org.apache.cocoon.components.flow.javascript.fom
Class AO_FOM_Cocoon.FOM_Request

java.lang.Object
  extended byorg.mozilla.javascript.ScriptableObject
      extended byorg.apache.cocoon.components.flow.javascript.fom.AO_FOM_Cocoon.FOM_Request
All Implemented Interfaces:
org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable, Serializable
Enclosing class:
AO_FOM_Cocoon

public static class AO_FOM_Cocoon.FOM_Request
extends org.mozilla.javascript.ScriptableObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mozilla.javascript.ScriptableObject
DONTENUM, EMPTY, PERMANENT, READONLY
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
AO_FOM_Cocoon.FOM_Request()
           
AO_FOM_Cocoon.FOM_Request(Object request)
           
 
Method Summary
 Object get(String name, org.mozilla.javascript.Scriptable start)
           
 String getClassName()
           
 Object[] getIds()
           
 Object jsFunction_get(String name)
           
 Object jsFunction_getAttribute(String name)
           
 String jsFunction_getAuthType()
           
 String jsFunction_getCharacterEncoding()
           
 int jsFunction_getContentLength()
           
 String jsFunction_getContentType()
           
 AO_FOM_Cocoon.FOM_Cookie[] jsFunction_getCookies()
           
 String jsFunction_getHeader(String name)
           
 Enumeration jsFunction_getHeaderNames()
           
 Enumeration jsFunction_getHeaders(String name)
           
 Locale jsFunction_getLocale()
           
 Enumeration jsFunction_getLocales()
           
 String jsFunction_getMethod()
           
 String jsFunction_getParameter(String name)
           
 Object jsFunction_getParameterNames()
           
 Object jsFunction_getParameterValues(String name)
           
 String jsFunction_getProtocol()
           
 String jsFunction_getRemoteAddr()
           
 String jsFunction_getRemoteHost()
           
 String jsFunction_getRemoteUser()
           
 String jsFunction_getScheme()
           
 String jsFunction_getServerName()
           
 int jsFunction_getServerPort()
           
 Principal jsFunction_getUserPrincipal()
           
 boolean jsFunction_isSecure()
           
 boolean jsFunction_isUserInRole(String role)
           
 void jsFunction_removeAttribute(String name)
           
 void jsFunction_setAttribute(String name, Object value)
           
 void jsFunction_setCharacterEncoding(String value)
           
 
Methods inherited from class org.mozilla.javascript.ScriptableObject
associateValue, callMethod, callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isSealed, put, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setParentScope, setPrototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AO_FOM_Cocoon.FOM_Request

public AO_FOM_Cocoon.FOM_Request()

AO_FOM_Cocoon.FOM_Request

public AO_FOM_Cocoon.FOM_Request(Object request)
Method Detail

getClassName

public String getClassName()

jsFunction_get

public Object jsFunction_get(String name)

jsFunction_getAttribute

public Object jsFunction_getAttribute(String name)

jsFunction_getRemoteUser

public String jsFunction_getRemoteUser()

jsFunction_removeAttribute

public void jsFunction_removeAttribute(String name)

jsFunction_setAttribute

public void jsFunction_setAttribute(String name,
                                    Object value)

get

public Object get(String name,
                  org.mozilla.javascript.Scriptable start)

getIds

public Object[] getIds()

jsFunction_getCharacterEncoding

public String jsFunction_getCharacterEncoding()

jsFunction_setCharacterEncoding

public void jsFunction_setCharacterEncoding(String value)
                                     throws Exception
Throws:
Exception

jsFunction_getContentLength

public int jsFunction_getContentLength()

jsFunction_getContentType

public String jsFunction_getContentType()

jsFunction_getParameter

public String jsFunction_getParameter(String name)

jsFunction_getParameterValues

public Object jsFunction_getParameterValues(String name)

jsFunction_getParameterNames

public Object jsFunction_getParameterNames()

jsFunction_getAuthType

public String jsFunction_getAuthType()

jsFunction_getProtocol

public String jsFunction_getProtocol()

jsFunction_getServerName

public String jsFunction_getServerName()

jsFunction_getRemoteAddr

public String jsFunction_getRemoteAddr()

jsFunction_getRemoteHost

public String jsFunction_getRemoteHost()

jsFunction_getServerPort

public int jsFunction_getServerPort()

jsFunction_getScheme

public String jsFunction_getScheme()

jsFunction_getMethod

public String jsFunction_getMethod()

jsFunction_isSecure

public boolean jsFunction_isSecure()

jsFunction_getLocale

public Locale jsFunction_getLocale()

jsFunction_getLocales

public Enumeration jsFunction_getLocales()

jsFunction_getCookies

public AO_FOM_Cocoon.FOM_Cookie[] jsFunction_getCookies()

jsFunction_getHeader

public String jsFunction_getHeader(String name)

jsFunction_getHeaders

public Enumeration jsFunction_getHeaders(String name)

jsFunction_getHeaderNames

public Enumeration jsFunction_getHeaderNames()

jsFunction_getUserPrincipal

public Principal jsFunction_getUserPrincipal()

jsFunction_isUserInRole

public boolean jsFunction_isUserInRole(String role)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.