org.apache.pluto.internal
Interface InternalActionRequest

All Superinterfaces:
javax.portlet.ActionRequest, InternalPortletRequest, javax.portlet.PortletRequest
All Known Implementing Classes:
ActionRequestImpl

public interface InternalActionRequest
extends InternalPortletRequest, javax.portlet.ActionRequest

The internal action request extends the internal portlet request and provides some action-specific methods (currently, no specific methods are declared).

Since:
2006-02-17

Field Summary
 
Fields inherited from interface javax.portlet.PortletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO
 
Methods inherited from interface org.apache.pluto.internal.InternalPortletRequest
getHttpServletRequest, getInternalPortletWindow, getPortletContainer, init, release
 
Methods inherited from interface javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
 
Methods inherited from interface javax.portlet.ActionRequest
getCharacterEncoding, getContentLength, getContentType, getPortletInputStream, getReader, setCharacterEncoding
 



Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.