org.apache.cocoon.components.flow.javascript.fom
Class AO_FOM_Cocoon.FOM_Request
java.lang.Object
org.mozilla.javascript.ScriptableObject
org.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
Fields inherited from class org.mozilla.javascript.ScriptableObject |
DONTENUM, EMPTY, PERMANENT, READONLY |
Fields inherited from interface org.mozilla.javascript.Scriptable |
NOT_FOUND |
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 |
AO_FOM_Cocoon.FOM_Request
public AO_FOM_Cocoon.FOM_Request()
AO_FOM_Cocoon.FOM_Request
public AO_FOM_Cocoon.FOM_Request(Object request)
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.