|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalPortletRequest
The internal portlet request interface extends PortletRequest and adds some methods used by Pluto.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest |
---|
PortletRequest.P3PUserInfos |
Field Summary |
---|
Fields inherited from interface javax.portlet.PortletRequest |
---|
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO |
Method Summary | |
---|---|
javax.servlet.http.HttpServletRequest |
getHttpServletRequest()
|
InternalPortletWindow |
getInternalPortletWindow()
|
java.lang.String |
getLifecyclePhase()
|
PortletContainer |
getPortletContainer()
|
void |
init(PortletContext context,
javax.servlet.http.HttpServletRequest request)
Initializes the portlet request for use within the target context. |
boolean |
isForwarded()
|
boolean |
isIncluded()
Returns true if a jsp or servlet is included. |
void |
release()
Recycle the request by rolling the underlying request back to the originating request. |
void |
setAttribute(java.lang.String name,
java.lang.Object object)
Stores an attribute in this request. |
void |
setForwarded(boolean forwarded)
|
void |
setForwardedQueryString(java.lang.String queryString)
|
void |
setIncluded(boolean included)
Is set true when a jsp, servlet is included. |
void |
setIncludedQueryString(java.lang.String queryString)
|
Method Detail |
---|
void init(PortletContext context, javax.servlet.http.HttpServletRequest request)
context
- the target portlet context.request
- the servlet request.void release()
InternalPortletWindow getInternalPortletWindow()
PortletContainer getPortletContainer()
javax.servlet.http.HttpServletRequest getHttpServletRequest()
void setIncluded(boolean included)
included
- true when includedboolean isIncluded()
void setIncludedQueryString(java.lang.String queryString)
void setForwarded(boolean forwarded)
boolean isForwarded()
void setForwardedQueryString(java.lang.String queryString)
void setAttribute(java.lang.String name, java.lang.Object object)
PortletRequest
Attribute names should follow the same conventions as
package names. Names beginning with java.*
,
javax.*
, and com.sun.*
are
reserved.
If the value passed into this method is null
,
the effect is the same as calling PortletRequest.removeAttribute(java.lang.String)
.
setAttribute
in interface PortletRequest
name
- a String
specifying
the name of the attributeobject
- the Object
to be storedjava.lang.String getLifecyclePhase()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |