Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » environment » portlet » [javadoc | source]
org.apache.cocoon.environment.portlet
public final class: ActionRequest [javadoc | source]
java.lang.Object
   org.apache.cocoon.environment.portlet.PortletRequest
      org.apache.cocoon.environment.portlet.ActionRequest

All Implemented Interfaces:
    Request

Implements the org.apache.cocoon.environment.Request interface for the JSR-168 (Portlet) environment.
Fields inherited from org.apache.cocoon.environment.portlet.PortletRequest:
portletRequestURI
Constructor:
 protected ActionRequest(String servletPath,
    String pathInfo,
    ActionRequest request,
    PortletEnvironment environment) 
    Creates a ActionRequest based on a real ActionRequest object
Method from org.apache.cocoon.environment.portlet.ActionRequest Summary:
getActionRequest,   getCharacterEncoding,   getContentLength,   getContentType,   getInputStream,   getMethod,   getReader
Methods from org.apache.cocoon.environment.portlet.PortletRequest:
get,   getAttribute,   getAttributeNames,   getAuthType,   getCharacterEncoding,   getContentLength,   getContentType,   getContextPath,   getCookieMap,   getCookies,   getDateHeader,   getHeader,   getHeaderNames,   getHeaders,   getLocale,   getLocales,   getMethod,   getParameter,   getParameterMap,   getParameterNames,   getParameterValues,   getPathInfo,   getPathTranslated,   getPortalContext,   getPortletMode,   getPortletRequest,   getPortletSession,   getPortletSession,   getPreferences,   getProperties,   getProperty,   getPropertyNames,   getProtocol,   getQueryString,   getRemoteAddr,   getRemoteHost,   getRemoteUser,   getRequestURI,   getRequestedSessionId,   getResponseContentType,   getResponseContentTypes,   getScheme,   getServerName,   getServerPort,   getServletPath,   getSession,   getSession,   getSitemapURI,   getSitemapURIPrefix,   getUserPrincipal,   getWindowState,   isPortletModeAllowed,   isRequestedSessionIdFromCookie,   isRequestedSessionIdFromURL,   isRequestedSessionIdValid,   isSecure,   isUserInRole,   isWindowStateAllowed,   removeAttribute,   setAttribute,   setCharacterEncoding,   setContainerEncoding
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.environment.portlet.ActionRequest Detail:
 public ActionRequest getActionRequest() 
    Type cast portletRequest to ActionRequest
 public String getCharacterEncoding() 
 public int getContentLength() 
    Action request provides content length for custom upload handling
 public String getContentType() 
    Action request provides content type for custom upload handling
 public InputStream getInputStream() throws IOException 
 public String getMethod() 
    Action request can be always recognized by POST method
 public BufferedReader getReader() throws IOException