org.apache.pluto.internal
Interface InternalActionRequest

All Superinterfaces:
ActionRequest, ClientDataRequest, InternalPortletRequest, PortletRequest
All Known Implementing Classes:
ActionRequestImpl

public interface InternalActionRequest
extends InternalPortletRequest, 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.ActionRequest
ACTION_NAME
 
Method Summary
 
Methods inherited from interface org.apache.pluto.internal.InternalPortletRequest
getHttpServletRequest, getInternalPortletWindow, getLifecyclePhase, getPortletContainer, init, isForwarded, isIncluded, release, setAttribute, setForwarded, setForwardedQueryString, setIncluded, setIncludedQueryString
 
Methods inherited from interface javax.portlet.ClientDataRequest
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding
 



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