Package org.gatein.pc.api.invocation
Class RenderInvocation
- java.lang.Object
-
- org.gatein.pc.api.invocation.PortletInvocation
-
- org.gatein.pc.api.invocation.RenderInvocation
-
public class RenderInvocation extends PortletInvocation
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
-
-
Field Summary
-
Fields inherited from class org.gatein.pc.api.invocation.PortletInvocation
attributes, clientContext, ctx, instanceContext, mode, navigationalState, portalContext, publicNavigationalState, req, requestAttributes, resp, securityContext, serverContext, target, userContext, windowContext, windowState
-
-
Constructor Summary
Constructors Constructor Description RenderInvocation(PortletInvocationContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncoding()StringgetValidationToken()voidsetEncoding(String encoding)voidsetValidationToken(String validationToken)-
Methods inherited from class org.gatein.pc.api.invocation.PortletInvocation
getAttribute, getClientContext, getContext, getDispatchedRequest, getDispatchedResponse, getInstanceContext, getMode, getNavigationalState, getPortalContext, getPublicNavigationalState, getRequest, getRequestAttributes, getResponse, getSecurityContext, getServerContext, getTarget, getUserContext, getWindowContext, getWindowState, removeAttribute, setAttribute, setClientContext, setDispatchedRequest, setDispatchedResponse, setInstanceContext, setMode, setNavigationalState, setPortalContext, setPublicNavigationalState, setRequest, setRequestAttributes, setResponse, setSecurityContext, setServerContext, setTarget, setUserContext, setWindowContext, setWindowState
-
-
-
-
Constructor Detail
-
RenderInvocation
public RenderInvocation(PortletInvocationContext ctx) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-