|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.invocation.PortletInvocation
public abstract class PortletInvocation
| Field Summary | |
|---|---|
protected org.jboss.portal.common.invocation.AttributeResolver |
attributes
. |
protected ClientContext |
clientContext
The client context. |
protected PortletInvocationContext |
ctx
The invocation context. |
protected javax.servlet.http.HttpServletRequest |
dreq
The dispatched request. |
protected javax.servlet.http.HttpServletResponse |
dresp
The dispatched response. |
protected InstanceContext |
instanceContext
The instance context. |
protected org.jboss.portal.Mode |
mode
. |
protected StateString |
navigationalState
. |
protected PortalContext |
portalContext
The portal context. |
protected java.util.Map<java.lang.String,java.lang.String[]> |
publicNavigationalState
. |
protected java.util.Map<java.lang.String,java.lang.Object> |
requestAttributes
The portlet request attributes. |
protected SecurityContext |
securityContext
The security context. |
protected ServerContext |
serverContext
The server context. |
protected PortletContext |
target
The target portlet. |
protected UserContext |
userContext
The user context. |
protected WindowContext |
windowContext
The window context. |
protected org.jboss.portal.WindowState |
windowState
. |
| Constructor Summary | |
|---|---|
protected |
PortletInvocation(PortletInvocationContext ctx)
Create an invocation to a portlet. |
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.String attrKey)
|
ClientContext |
getClientContext()
|
PortletInvocationContext |
getContext()
|
javax.servlet.http.HttpServletRequest |
getDispatchedRequest()
Returns the dispatched http servlet request. |
javax.servlet.http.HttpServletResponse |
getDispatchedResponse()
Returns the dispatched http servlet request. |
InstanceContext |
getInstanceContext()
|
org.jboss.portal.Mode |
getMode()
|
StateString |
getNavigationalState()
|
PortalContext |
getPortalContext()
|
java.util.Map<java.lang.String,java.lang.String[]> |
getPublicNavigationalState()
|
java.util.Map<java.lang.String,java.lang.Object> |
getRequestAttributes()
|
SecurityContext |
getSecurityContext()
|
ServerContext |
getServerContext()
|
PortletContext |
getTarget()
|
UserContext |
getUserContext()
|
WindowContext |
getWindowContext()
|
org.jboss.portal.WindowState |
getWindowState()
|
void |
removeAttribute(java.lang.Object attrKey)
|
void |
setAttribute(java.lang.String attrKey,
java.lang.Object attrValue)
|
void |
setClientContext(ClientContext clientContext)
|
void |
setDispatchedRequest(javax.servlet.http.HttpServletRequest dreq)
Set the dispatched http servlet request. |
void |
setDispatchedResponse(javax.servlet.http.HttpServletResponse dresp)
Set the dispatched http servlet request. |
void |
setInstanceContext(InstanceContext instanceContext)
|
void |
setMode(org.jboss.portal.Mode mode)
|
void |
setNavigationalState(StateString navigationalState)
|
void |
setPortalContext(PortalContext portalContext)
|
void |
setPublicNavigationalState(java.util.Map<java.lang.String,java.lang.String[]> publicNavigationalState)
|
void |
setRequestAttributes(java.util.Map<java.lang.String,java.lang.Object> requestAttributes)
|
void |
setSecurityContext(SecurityContext securityContext)
|
void |
setServerContext(ServerContext serverContext)
|
void |
setTarget(PortletContext target)
|
void |
setUserContext(UserContext userContext)
|
void |
setWindowContext(WindowContext windowContext)
|
void |
setWindowState(org.jboss.portal.WindowState windowState)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.jboss.portal.common.invocation.AttributeResolver attributes
protected StateString navigationalState
protected java.util.Map<java.lang.String,java.lang.String[]> publicNavigationalState
protected org.jboss.portal.Mode mode
protected org.jboss.portal.WindowState windowState
protected PortletContext target
protected java.util.Map<java.lang.String,java.lang.Object> requestAttributes
protected PortletInvocationContext ctx
protected PortalContext portalContext
protected ClientContext clientContext
protected ServerContext serverContext
protected SecurityContext securityContext
protected UserContext userContext
protected InstanceContext instanceContext
protected WindowContext windowContext
protected javax.servlet.http.HttpServletRequest dreq
protected javax.servlet.http.HttpServletResponse dresp
| Constructor Detail |
|---|
protected PortletInvocation(PortletInvocationContext ctx)
throws java.lang.IllegalArgumentException
ctx - the portlet invocation context
java.lang.IllegalArgumentException - if the provided context is null| Method Detail |
|---|
public PortletInvocationContext getContext()
public PortletContext getTarget()
public void setTarget(PortletContext target)
public javax.servlet.http.HttpServletResponse getDispatchedResponse()
public void setDispatchedResponse(javax.servlet.http.HttpServletResponse dresp)
dresp - the dispatched responsepublic javax.servlet.http.HttpServletRequest getDispatchedRequest()
public void setDispatchedRequest(javax.servlet.http.HttpServletRequest dreq)
dreq - the dispatched requestpublic StateString getNavigationalState()
public void setNavigationalState(StateString navigationalState)
public java.util.Map<java.lang.String,java.lang.String[]> getPublicNavigationalState()
public void setPublicNavigationalState(java.util.Map<java.lang.String,java.lang.String[]> publicNavigationalState)
public org.jboss.portal.Mode getMode()
public void setMode(org.jboss.portal.Mode mode)
public org.jboss.portal.WindowState getWindowState()
public void setWindowState(org.jboss.portal.WindowState windowState)
public PortalContext getPortalContext()
public void setPortalContext(PortalContext portalContext)
public ClientContext getClientContext()
public void setClientContext(ClientContext clientContext)
public ServerContext getServerContext()
public void setServerContext(ServerContext serverContext)
public SecurityContext getSecurityContext()
public void setSecurityContext(SecurityContext securityContext)
public UserContext getUserContext()
public void setUserContext(UserContext userContext)
public InstanceContext getInstanceContext()
public void setInstanceContext(InstanceContext instanceContext)
public WindowContext getWindowContext()
public void setWindowContext(WindowContext windowContext)
public java.util.Map<java.lang.String,java.lang.Object> getRequestAttributes()
public void setRequestAttributes(java.util.Map<java.lang.String,java.lang.Object> requestAttributes)
public void setAttribute(java.lang.String attrKey,
java.lang.Object attrValue)
public java.lang.Object getAttribute(java.lang.String attrKey)
public void removeAttribute(java.lang.Object attrKey)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||