Skip navigation links
A B C D E F G I J L M N O P R S U V W 

A

ACTION_MAPPING - Static variable in class org.apache.struts2.portlet.PortletConstants
Key for the action mapping in the context
ACTION_PARAM - Static variable in class org.apache.struts2.portlet.PortletConstants
Action name parameter name
ACTION_RESET - Static variable in class org.apache.struts2.portlet.PortletConstants
Key for request attribute indicating if the action has been reset.
actionName - Variable in class org.apache.struts2.portlet.result.PortletActionRedirectResult
 
addCookie(Cookie) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
addDateHeader(String, long) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
addHeader(String, String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
addIntHeader(String, int) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
addParameter(String, Object) - Method in class org.apache.struts2.portlet.result.PortletActionRedirectResult
Adds a request parameter to be added to the redirect url
available() - Method in class org.apache.struts2.portlet.servlet.PortletServletInputStream
 

B

beforeRenderUrl(UrlProvider) - Method in class org.apache.struts2.components.PortletUrlRenderer
 
buildResourceUrl(String, Map) - Method in class org.apache.struts2.portlet.util.PortletUrlHelper
Encode an url to a non Struts action resource, like stylesheet, image or servlet.
buildUrl(String, String, String, Map<String, Object>, String, String, String) - Method in class org.apache.struts2.portlet.util.PortletUrlHelper
Create a portlet URL with for the specified action and namespace.
buildUrl(String, String, String, Map<String, Object>, String, String, String, String, boolean, boolean) - Method in class org.apache.struts2.portlet.util.PortletUrlHelper
Create a portlet URL with for the specified action and namespace.

C

clear() - Method in class org.apache.struts2.portlet.PortletApplicationMap
Removes all entries from the Map and removes all attributes from the portlet context.
clear() - Method in class org.apache.struts2.portlet.PortletRequestMap
Removes all attributes from the request as well as clears entries in this map.
clear() - Method in class org.apache.struts2.portlet.PortletSessionMap
 
close() - Method in class org.apache.struts2.portlet.servlet.PortletServletInputStream
 
close() - Method in class org.apache.struts2.portlet.servlet.PortletServletOutputStream
 
configuration - Variable in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
 
containsHeader(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
convertQueryParamsToRenderParams(String) - Method in class org.apache.struts2.portlet.result.PortletResult
Converts the query params to render params.
createContext(VelocityManager, ValueStack, HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.struts2.portlet.result.PortletVelocityResult
Creates the VelocityContext that we'll use to render this page.
createContextMap(Map<String, Object>, Map<String, String[]>, Map<String, Object>, Map<String, Object>, PortletRequest, PortletResponse, HttpServletRequest, HttpServletResponse, ServletContext, PortletConfig, PortletPhase) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Merges all application and portlet attributes into a single HashMap to represent the entire Action context.
createModel() - Method in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
Build the instance of the ScopesHashModel, including JspTagLib support
createPortletServletResponse(PortletResponse) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Method to create a PortletServletResponse matching the used Portlet API, to be overridden for JSR286 Dispatcher.
createPortletServletResponse(PortletResponse) - Method in class org.apache.struts2.portlet.dispatcher.Jsr286Dispatcher
 
createUrl(String, String, Map<String, String[]>) - Method in class org.apache.struts2.portlet.util.PortletUrlHelper
 
createUrl(String, String, Map<String, String[]>) - Method in class org.apache.struts2.portlet.util.PortletUrlHelperJSR286
 

D

deduceLocale() - Method in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
 
DEFAULT_ACTION_FOR_MODE - Static variable in class org.apache.struts2.portlet.PortletConstants
Key for the default action name for the portlet, stored in the PortletActionContext.
DEFAULT_ACTION_MAP - Static variable in class org.apache.struts2.portlet.PortletConstants
Key for the mode-to-default-action map stored in the PortletActionContext.
DEFAULT_ACTION_NAME - Static variable in class org.apache.struts2.portlet.PortletConstants
Default action name to use when no default action has been configured in the portlet init parameters.
DEFAULT_DISPATCHER_SERVLET_NAME - Static variable in class org.apache.struts2.portlet.PortletConstants
Default name of dispatcher servlet in web.xml
DEFAULT_PARAM - Static variable in class org.apache.struts2.portlet.result.PortletActionRedirectResult
The default parameter
destroy() - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
 
DirectRenderFromEventAction - Class in org.apache.struts2.portlet.dispatcher
When a portlet is targetted for an event, the portlet will receive two portlet requests, one for the event phase, and then followed by a render operation.
DirectRenderFromEventAction() - Constructor for class org.apache.struts2.portlet.dispatcher.DirectRenderFromEventAction
 
DISPATCH_TO - Static variable in class org.apache.struts2.portlet.PortletConstants
Key for the dispatch instruction for the DispatcherServlet
DispatcherServlet - Class in org.apache.struts2.portlet.dispatcher
 
DispatcherServlet() - Constructor for class org.apache.struts2.portlet.dispatcher.DispatcherServlet
 
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.portlet.result.PortletResult
Execute the result.
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.portlet.result.PortletVelocityResult
 
doExecute(String, ActionInvocation) - Method in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
Execute this result, using the specified template location.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.portlet.dispatcher.DispatcherServlet
 

E

encodeRedirectURL(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
encodeRedirectUrl(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
encodeURL(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
encodeUrl(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
encodeUrl(StringBuffer, PortletRequest) - Method in class org.apache.struts2.portlet.util.PortletUrlHelper
 
encodeUrl(StringBuffer, PortletRequest) - Method in class org.apache.struts2.portlet.util.PortletUrlHelperJSR286
 
ENCODING - Static variable in class org.apache.struts2.portlet.util.PortletUrlHelper
 
ensureParamsAreStringArrays(Map<String, Object>) - Static method in class org.apache.struts2.portlet.util.PortletUrlHelper
Will ensure that all entries in params are String arrays, as requried by the setParameters on the PortletURL.
entrySet() - Method in class org.apache.struts2.portlet.PortletApplicationMap
Creates a Set of all portlet context attributes as well as context init parameters.
entrySet() - Method in class org.apache.struts2.portlet.PortletRequestMap
Returns a Set of attributes from the portlet request.
entrySet() - Method in class org.apache.struts2.portlet.PortletSessionMap
 
ERROR_ACTION - Static variable in class org.apache.struts2.portlet.PortletConstants
Name of the action used as error handler
EVENT_ACTION - Static variable in class org.apache.struts2.portlet.PortletConstants
Key used for looking up and storing the action that was invoked in the action or event phase.
execute() - Method in class org.apache.struts2.portlet.dispatcher.DirectRenderFromEventAction
Always return success.
execute(ActionInvocation) - Method in class org.apache.struts2.portlet.result.PortletActionRedirectResult
 
executeActionResult(String, ActionInvocation) - Method in class org.apache.struts2.portlet.result.PortletResult
Executes the action result.
executeMimeResult(String) - Method in class org.apache.struts2.portlet.result.PortletResult
Executes the render result.
executeRenderResult(String, ActionInvocation) - Method in class org.apache.struts2.portlet.result.PortletVelocityResult
Creates a Velocity context from the action, loads a Velocity template and executes the template.

F

flush() - Method in class org.apache.struts2.portlet.servlet.PortletServletOutputStream
 
flushBuffer() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
flushBuffer() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
forward(ServletRequest, ServletResponse) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequestDispatcher
 
freemarkerManager - Variable in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
 

G

get(String) - Method in class org.apache.struts2.portlet.PortletApplicationMap
Returns the portlet context attribute or init parameter based on the given key.
get(Object) - Method in class org.apache.struts2.portlet.PortletRequestMap
Returns the request attribute associated with the given key or null if it doesn't exist.
get(Object) - Method in class org.apache.struts2.portlet.PortletSessionMap
Returns the session attribute associated with the given key or null if it doesn't exist.
getActionMapping(PortletRequest, HttpServletRequest) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Gets the namespace of the action from the request.
getActionRequest() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the ActionRequest.
getActionResponse() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the ActionRequest.
getApplicationMap() - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Returns a Map of all application attributes.
getAttribute(String) - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
getAttribute(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getAttribute(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Gets an attribute value on the PortletRequest.
getAttributeNames() - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
getAttributeNames() - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getAttributeNames() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getAuthType() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getBufferSize() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
getBufferSize() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
getCharacterEncoding() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Can only be invoked in the event phase.
getCharacterEncoding() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
getCharacterEncoding() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
getConfiguration() - Method in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
This method is called from doExecute(String, ActionInvocation) to obtain the FreeMarker configuration object that this result will use for template loading.
getContentLength() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Can only be invoked in the event phase.
getContentType(String) - Method in class org.apache.struts2.portlet.result.PortletVelocityResult
Retrieve the content type for this template.
getContentType() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Can only be invoked in the event phase.
getContentType() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
getContentType() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
getContentType() - Method in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
allow parameterization of the contentType the default being text/html
getContext(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getContextPath() - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getContextPath() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getCookies() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getCreationTime() - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
getDateHeader(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getDefaultActionForMode() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the default action mapping for the current mode.
getDefaultActionPath(PortletRequest) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
 
getDefaultActionPath(PortletRequest) - Method in class org.apache.struts2.portlet.dispatcher.Jsr286Dispatcher
 
getEncoding(String) - Method in class org.apache.struts2.portlet.result.PortletVelocityResult
Retrieve the encoding for this template.
getHeader(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Gets a property from the PortletRequest.
getHeaderNames() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Gets the property names from the PortletRequest.
getHeaders(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Gets the values for the specified property from the PortletRequest.
getId() - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
getInitParameter(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletConfig
 
getInitParameter(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getInitParameterNames() - Method in class org.apache.struts2.portlet.servlet.PortletServletConfig
 
getInitParameterNames() - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getInputStream() - Method in class org.apache.struts2.portlet.servlet.PortletServletInputStream
Get the wrapped InputStream instance.
getInputStream() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Can only be invoked in the event phase.
getIntHeader(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getLastAccessedTime() - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
getLocalAddr() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getLocale(PortletRequest) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
 
getLocale() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getLocale() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
getLocale() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
getLocales() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getLocalName() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getLocalPort() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getLocation() - Method in class org.apache.struts2.portlet.dispatcher.DirectRenderFromEventAction
Get the location of the view.
getMajorVersion() - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getMap() - Method in class org.apache.struts2.portlet.interceptor.ServletPortletPreferences
 
getMaxInactiveInterval() - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
getMethod() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getMimeType(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getMinorVersion() - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getModeActionMap() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the mode to default action mappings.
getModeNamespaceMap() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the namespace to mode mappings.
getNamedDispatcher(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
Returns a PortletServletRequestDispatcher wrapping the PortletRequestDispatcher as a RequestDispatcher instance.
getNames() - Method in class org.apache.struts2.portlet.interceptor.ServletPortletPreferences
 
getObjectWrapper() - Method in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
This method is called from doExecute(String, ActionInvocation) to obtain the FreeMarker object wrapper object that this result will use for adapting objects into template models.
getOutputStream() - Method in class org.apache.struts2.portlet.servlet.PortletServletOutputStream
Get the wrapped OutputStream instance.
getOutputStream() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
getOutputStream() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
getParameter(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getParameterMap(PortletRequest) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Returns a Map of all request parameters.
getParameterMap() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getParameterNames() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getParameterValues(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getPathInfo() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getPathTranslated() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getPhase() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the phase that the portlet is executing in.
getPortletConfig() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the PortletConfig of the portlet that is executing.
getPortletConfig() - Method in class org.apache.struts2.portlet.servlet.PortletServletConfig
Get the wrapped PortletConfig instance.
getPortletContext() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the portlet context.
getPortletContext() - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
Get the wrapped PortletContext instance.
getPortletNamespace() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the action namespace of the portlet.
getPortletRequest() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Get the wrapped PortletRequest instance.
getPortletResponse() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
getPortletSession() - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
Get the wrapped portlet session.
getProtocol() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getQueryString() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getReader() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Can only be invoked in the event phase.
getRealPath(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getRealPath(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getRemoteAddr() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getRemoteHost() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getRemotePort() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getRemoteUser() - Method in class org.apache.struts2.portlet.interceptor.PortletPrincipalProxy
Gets the user id
getRemoteUser() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getRenderRequest() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the RenderRequest.
getRenderResponse() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the RenderResponse.
getRequest() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the current PortletRequest.
getRequestDispatcher(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
Returns a PortletServletRequestDispatcher wrapping the PortletRequestDispatcher as a RequestDispatcher instance.
getRequestDispatcher(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Get the PortletRequestDispatcher as a PortletServletRequestDispatcher instance.
getRequestedSessionId() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getRequestMap(PortletRequest) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Returns a Map of all request attributes.
getRequestURI() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getRequestURL() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getResource(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getResourceAsStream(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getResourcePaths(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getResourceResponse() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the ResourceResponse.
getResponse() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Get the current PortletResponse
getScheme() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getServerInfo() - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getServerName() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getServerPort() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
getServlet(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getServletContext() - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
getServletContext() - Method in class org.apache.struts2.portlet.servlet.PortletServletConfig
Get the PortletContext as a PortletServletContext instance.
getServletContextName() - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getServletName() - Method in class org.apache.struts2.portlet.servlet.PortletServletConfig
Will return the portlet name.
getServletNames() - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getServletPath() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
A PortletRequest has no servlet path.
getServlets() - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
getSession() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Get the PortletSession as a PortletHttpSession instance.
getSession(boolean) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Get the PortletSession as a PortletHttpSession instance.
getSessionContext() - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
getSessionMap(PortletRequest) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Returns a Map of all session attributes.
getTemplate(ValueStack, VelocityEngine, ActionInvocation, String, String) - Method in class org.apache.struts2.portlet.result.PortletVelocityResult
Given a value stack, a Velocity engine, and an action invocation, this method returns the appropriate Velocity template to render.
getUserPrincipal() - Method in class org.apache.struts2.portlet.interceptor.PortletPrincipalProxy
Gets the user principal
getUserPrincipal() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
getValue(String, String) - Method in class org.apache.struts2.portlet.interceptor.ServletPortletPreferences
 
getValue(String) - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
getValueNames() - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
getValues(String, String[]) - Method in class org.apache.struts2.portlet.interceptor.ServletPortletPreferences
 
getWriter() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
getWriter() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
getWriter() - Method in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
The default writer writes directly to the response writer.

I

include(PortletRequestDispatcher, String, PortletRequest, PortletResponse) - Method in interface org.apache.struts2.portlet.result.PortletResultHelper
Call a dispatcher's include method, abstracted from the used Portlet API version.
include(PortletRequestDispatcher, String, PortletRequest, PortletResponse) - Method in class org.apache.struts2.portlet.result.PortletResultHelperJSR168
Call a dispatcher's include method, abstracted from the used Portlet API version.
include(PortletRequestDispatcher, String, PortletRequest, PortletResponse) - Method in class org.apache.struts2.portlet.result.PortletResultHelperJSR286
Call a dispatcher's include method, abstracted from the used Portlet API version.
include(ServletRequest, ServletResponse) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequestDispatcher
 
init(PortletConfig) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Initialize the portlet with the init parameters from portlet.xml
intercept(ActionInvocation) - Method in class org.apache.struts2.portlet.interceptor.PortletAwareInterceptor
Sets action properties based on the interfaces an action implements.
intercept(ActionInvocation) - Method in class org.apache.struts2.portlet.interceptor.PortletStateInterceptor
 
invalidate() - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
invocation - Variable in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
 
isAction() - Method in enum org.apache.struts2.portlet.PortletPhase
 
isCommitted() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
isCommitted() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
isEvent() - Method in enum org.apache.struts2.portlet.PortletPhase
 
isJSR268Supported() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Whether JSR286 features are supported.
isNew() - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
isPortletRequest() - Static method in class org.apache.struts2.portlet.context.PortletActionContext
Check to see if the current request is a portlet request.
isReadOnly(String) - Method in class org.apache.struts2.portlet.interceptor.ServletPortletPreferences
 
isRender() - Method in enum org.apache.struts2.portlet.PortletPhase
 
isRequestedSessionIdFromCookie() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
isRequestedSessionIdFromURL() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
isRequestedSessionIdFromUrl() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Not allowed in a portlet.
isRequestedSessionIdValid() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
isRequestSecure() - Method in class org.apache.struts2.portlet.interceptor.PortletPrincipalProxy
Is the request using https?
isResource() - Method in enum org.apache.struts2.portlet.PortletPhase
 
isSecure() - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
isUserInRole(String) - Method in class org.apache.struts2.portlet.interceptor.PortletPrincipalProxy
True if the user is in the given role
isUserInRole(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 

J

Jsr168Dispatcher - Class in org.apache.struts2.portlet.dispatcher
 
Jsr168Dispatcher() - Constructor for class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
 
Jsr286Dispatcher - Class in org.apache.struts2.portlet.dispatcher
 
Jsr286Dispatcher() - Constructor for class org.apache.struts2.portlet.dispatcher.Jsr286Dispatcher
 

L

location - Variable in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
 
log(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
log(Exception, String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
log(String, Throwable) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 

M

mark(int) - Method in class org.apache.struts2.portlet.servlet.PortletServletInputStream
 
markSupported() - Method in class org.apache.struts2.portlet.servlet.PortletServletInputStream
 
method - Variable in class org.apache.struts2.portlet.result.PortletActionRedirectResult
 
MODE_NAMESPACE_MAP - Static variable in class org.apache.struts2.portlet.PortletConstants
Key for the mode-to-namespace map stored in the PortletActionContext.
MODE_PARAM - Static variable in class org.apache.struts2.portlet.PortletConstants
Key for parameter holding the last executed portlet mode.

N

namespace - Variable in class org.apache.struts2.portlet.result.PortletActionRedirectResult
 

O

org.apache.struts2.components - package org.apache.struts2.components
 
org.apache.struts2.portlet - package org.apache.struts2.portlet
 
org.apache.struts2.portlet.action - package org.apache.struts2.portlet.action
 
org.apache.struts2.portlet.context - package org.apache.struts2.portlet.context
 
org.apache.struts2.portlet.dispatcher - package org.apache.struts2.portlet.dispatcher
 
org.apache.struts2.portlet.interceptor - package org.apache.struts2.portlet.interceptor
 
org.apache.struts2.portlet.result - package org.apache.struts2.portlet.result
 
org.apache.struts2.portlet.servlet - package org.apache.struts2.portlet.servlet
Portlet wrapper objects for some of the servlet api objects.
org.apache.struts2.portlet.util - package org.apache.struts2.portlet.util
 
org.apache.struts2.views.freemarker - package org.apache.struts2.views.freemarker
 

P

PHASE - Static variable in class org.apache.struts2.portlet.PortletConstants
Key used for looking up and storing the portlet phase
PORTLET_CONFIG - Static variable in class org.apache.struts2.portlet.PortletConstants
Key used for looking up and storing the PortletConfig
PORTLET_NAMESPACE - Static variable in class org.apache.struts2.portlet.PortletConstants
Key for the portlet namespace stored in the PortletActionContext.
PortletActionContext - Class in org.apache.struts2.portlet.context
PortletActionContext.
PortletActionContext() - Constructor for class org.apache.struts2.portlet.context.PortletActionContext
 
PortletActionRedirectResult - Class in org.apache.struts2.portlet.result
Portlet modification of the ServletActionRedirectResult.
PortletActionRedirectResult() - Constructor for class org.apache.struts2.portlet.result.PortletActionRedirectResult
 
PortletActionRedirectResult(String) - Constructor for class org.apache.struts2.portlet.result.PortletActionRedirectResult
 
PortletActionRedirectResult(String, String) - Constructor for class org.apache.struts2.portlet.result.PortletActionRedirectResult
 
PortletActionRedirectResult(String, String, String) - Constructor for class org.apache.struts2.portlet.result.PortletActionRedirectResult
 
PortletApplicationMap - Class in org.apache.struts2.portlet
Portlet specific Map implementation representing the PortletContext of a Portlet.
PortletApplicationMap(PortletContext) - Constructor for class org.apache.struts2.portlet.PortletApplicationMap
Creates a new map object given the PortletContext.
PortletAwareInterceptor - Class in org.apache.struts2.portlet.interceptor
 
PortletAwareInterceptor() - Constructor for class org.apache.struts2.portlet.interceptor.PortletAwareInterceptor
 
PortletConstants - Class in org.apache.struts2.portlet
 
PortletConstants() - Constructor for class org.apache.struts2.portlet.PortletConstants
 
PortletContextAware - Interface in org.apache.struts2.portlet.action
 
PortletContextAware - Interface in org.apache.struts2.portlet.interceptor
Deprecated.
please use PortletContextAware instead
PortletFreemarkerResult - Class in org.apache.struts2.views.freemarker
 
PortletFreemarkerResult() - Constructor for class org.apache.struts2.views.freemarker.PortletFreemarkerResult
 
PortletFreemarkerResult(String) - Constructor for class org.apache.struts2.views.freemarker.PortletFreemarkerResult
 
PortletHttpSession - Class in org.apache.struts2.portlet.servlet
Wrapper object exposing a PortletSession as a HttpSession instance.
PortletHttpSession(PortletSession) - Constructor for class org.apache.struts2.portlet.servlet.PortletHttpSession
 
portletMode - Variable in class org.apache.struts2.portlet.result.PortletResult
 
PORTLETMODE_NAME_EDIT - Static variable in class org.apache.struts2.portlet.util.PortletUrlHelper
 
PORTLETMODE_NAME_HELP - Static variable in class org.apache.struts2.portlet.util.PortletUrlHelper
 
PORTLETMODE_NAME_VIEW - Static variable in class org.apache.struts2.portlet.util.PortletUrlHelper
 
portletNamespace - Variable in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
 
PortletPhase - Enum in org.apache.struts2.portlet
Defines phases of portlet processing per the portlet specification.
PortletPreferencesAware - Interface in org.apache.struts2.portlet.action
All Actions that want to have access to the portlet preferences should implement this interface.
PortletPreferencesAware - Interface in org.apache.struts2.portlet.interceptor
Deprecated.
please use PortletPreferencesAware instead
PortletPrincipalProxy - Class in org.apache.struts2.portlet.interceptor
PrincipalProxy implementation for using PortletRequest Principal related methods.
PortletPrincipalProxy(PortletRequest) - Constructor for class org.apache.struts2.portlet.interceptor.PortletPrincipalProxy
Constructs a proxy
PortletRequestAware - Interface in org.apache.struts2.portlet.action
 
PortletRequestAware - Interface in org.apache.struts2.portlet.interceptor
Deprecated.
please use PortletRequestAware instead
PortletRequestMap - Class in org.apache.struts2.portlet
A simple implementation of the Map interface to handle a collection of request attributes.
PortletRequestMap(PortletRequest) - Constructor for class org.apache.struts2.portlet.PortletRequestMap
Saves the request to use as the backing for getting and setting values
portletResponse - Variable in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
PortletResponseAware - Interface in org.apache.struts2.portlet.action
 
PortletResponseAware - Interface in org.apache.struts2.portlet.interceptor
Deprecated.
please use PortletResponseAware instead
PortletResult - Class in org.apache.struts2.portlet.result
Result type that includes a JSP to render.
PortletResult() - Constructor for class org.apache.struts2.portlet.result.PortletResult
 
PortletResult(String) - Constructor for class org.apache.struts2.portlet.result.PortletResult
 
PortletResultHelper - Interface in org.apache.struts2.portlet.result
PortletResultHelper abstracts Portlet API result functions specific to the used API spec version.
PortletResultHelperJSR168 - Class in org.apache.struts2.portlet.result
PortletResultHelperJSR168 implements PortletResultHelper for Portlet 1.0 API (JSR168).
PortletResultHelperJSR168() - Constructor for class org.apache.struts2.portlet.result.PortletResultHelperJSR168
 
PortletResultHelperJSR286 - Class in org.apache.struts2.portlet.result
PortletResultHelperJSR286 implements PortletResultHelper for Portlet 2.0 API (JSR286).
PortletResultHelperJSR286() - Constructor for class org.apache.struts2.portlet.result.PortletResultHelperJSR286
 
PortletServletConfig - Class in org.apache.struts2.portlet.servlet
Wrapper object exposing a PortletConfig as a ServletConfig instance.
PortletServletConfig(PortletConfig) - Constructor for class org.apache.struts2.portlet.servlet.PortletServletConfig
 
PortletServletContext - Class in org.apache.struts2.portlet.servlet
Wrapper object exposing a PortletContext as a ServletContext instance.
PortletServletContext(PortletContext) - Constructor for class org.apache.struts2.portlet.servlet.PortletServletContext
 
PortletServletInputStream - Class in org.apache.struts2.portlet.servlet
Wrapper object exposing a InputStream from a portlet as a ServletInputStream instance.
PortletServletInputStream(InputStream) - Constructor for class org.apache.struts2.portlet.servlet.PortletServletInputStream
 
PortletServletOutputStream - Class in org.apache.struts2.portlet.servlet
Wrapper object exposing a OutputStream from a portlet as a ServletOutputStream instance.
PortletServletOutputStream(OutputStream) - Constructor for class org.apache.struts2.portlet.servlet.PortletServletOutputStream
 
PortletServletRequest - Class in org.apache.struts2.portlet.servlet
Wrapper object exposing a PortletRequest as a HttpServletRequest instance.
PortletServletRequest(PortletRequest, PortletContext) - Constructor for class org.apache.struts2.portlet.servlet.PortletServletRequest
 
PortletServletRequest(PortletRequest, PortletContext, Map<String, String[]>) - Constructor for class org.apache.struts2.portlet.servlet.PortletServletRequest
 
PortletServletRequestDispatcher - Class in org.apache.struts2.portlet.servlet
 
PortletServletRequestDispatcher(PortletRequestDispatcher) - Constructor for class org.apache.struts2.portlet.servlet.PortletServletRequestDispatcher
 
PortletServletResponse - Class in org.apache.struts2.portlet.servlet
 
PortletServletResponse(PortletResponse) - Constructor for class org.apache.struts2.portlet.servlet.PortletServletResponse
 
PortletServletResponseJSR286 - Class in org.apache.struts2.portlet.servlet
PortletServletResponseJSR286.
PortletServletResponseJSR286(PortletResponse) - Constructor for class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
PortletSessionMap - Class in org.apache.struts2.portlet
A simple implementation of the Map interface to handle a collection of portlet session attributes.
PortletSessionMap(PortletRequest) - Constructor for class org.apache.struts2.portlet.PortletSessionMap
Creates a new session map given a portlet request.
PortletStateInterceptor - Class in org.apache.struts2.portlet.interceptor
 
PortletStateInterceptor() - Constructor for class org.apache.struts2.portlet.interceptor.PortletStateInterceptor
 
PortletUrlHelper - Class in org.apache.struts2.portlet.util
Helper class for creating Portlet URLs.
PortletUrlHelper() - Constructor for class org.apache.struts2.portlet.util.PortletUrlHelper
 
PortletUrlHelperJSR286 - Class in org.apache.struts2.portlet.util
PortletUrlJSR286Helper.
PortletUrlHelperJSR286() - Constructor for class org.apache.struts2.portlet.util.PortletUrlHelperJSR286
 
PortletUrlRenderer - Class in org.apache.struts2.components
Implementation of the UrlRenderer interface that renders URLs for portlet environments.
PortletUrlRenderer() - Constructor for class org.apache.struts2.components.PortletUrlRenderer
 
PortletVelocityResult - Class in org.apache.struts2.portlet.result
Using the Servlet container's JspFactory, this result mocks a JSP execution environment and then displays a Velocity template that will be streamed directly to the servlet output.
PortletVelocityResult() - Constructor for class org.apache.struts2.portlet.result.PortletVelocityResult
 
PortletVelocityResult(String) - Constructor for class org.apache.struts2.portlet.result.PortletVelocityResult
 
postTemplateProcess(Template, TemplateModel) - Method in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
the default implementation of postTemplateProcess applies the contentType parameter
preTemplateProcess(Template, TemplateModel) - Method in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
Called before the execution is passed to template.process().
processAction(ActionRequest, ActionResponse) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Service an action from the event phase.
processEvent(EventRequest, EventResponse) - Method in class org.apache.struts2.portlet.dispatcher.Jsr286Dispatcher
 
prohibitedResultParam - Variable in class org.apache.struts2.portlet.result.PortletActionRedirectResult
 
put(String, Object) - Method in class org.apache.struts2.portlet.PortletApplicationMap
Sets a portlet context attribute given a attribute name and value.
put(String, Object) - Method in class org.apache.struts2.portlet.PortletRequestMap
Saves an attribute in the request.
put(String, Object) - Method in class org.apache.struts2.portlet.PortletSessionMap
Saves an attribute in the session.
putValue(String, Object) - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 

R

read() - Method in class org.apache.struts2.portlet.servlet.PortletServletInputStream
 
read(byte[], int, int) - Method in class org.apache.struts2.portlet.servlet.PortletServletInputStream
 
read(byte[]) - Method in class org.apache.struts2.portlet.servlet.PortletServletInputStream
 
remove(String) - Method in class org.apache.struts2.portlet.PortletApplicationMap
Removes the specified portlet context attribute.
remove(Object) - Method in class org.apache.struts2.portlet.PortletRequestMap
Removes the specified request attribute.
remove(Object) - Method in class org.apache.struts2.portlet.PortletSessionMap
Removes the specified session attribute.
removeAttribute(String) - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
removeAttribute(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
removeAttribute(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
removeValue(String) - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
render(RenderRequest, RenderResponse) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Service an action from the render phase.
RENDER_DIRECT_LOCATION - Static variable in class org.apache.struts2.portlet.PortletConstants
Key for session attribute indicating the location of the render direct action.
RENDER_DIRECT_NAMESPACE - Static variable in class org.apache.struts2.portlet.PortletConstants
Namespace use for executing the renderDirect action.
renderFormUrl(Form) - Method in class org.apache.struts2.components.PortletUrlRenderer
renderUrl(Writer, UrlProvider) - Method in class org.apache.struts2.components.PortletUrlRenderer
REQUEST - Static variable in class org.apache.struts2.portlet.PortletConstants
Key used for looking up and storing the PortletRequest
reset(String) - Method in class org.apache.struts2.portlet.interceptor.ServletPortletPreferences
 
reset() - Method in class org.apache.struts2.portlet.servlet.PortletServletInputStream
 
reset() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
reset() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
resetBuffer() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
resetBuffer() - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
RESPONSE - Static variable in class org.apache.struts2.portlet.PortletConstants
Key used for looking up and storing the PortletResponse

S

sendError(int) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
sendError(int, String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
sendRedirect(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
serveResource(ResourceRequest, ResourceResponse) - Method in class org.apache.struts2.portlet.dispatcher.Jsr286Dispatcher
 
serviceAction(PortletRequest, PortletResponse, Map<String, Object>, Map<String, String[]>, Map<String, Object>, Map<String, Object>, String, PortletPhase) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Loads the action and executes it.
ServletPortletPreferences - Class in org.apache.struts2.portlet.interceptor
Simple portlet preferences implementation that uses a map in the Session as storage.
ServletPortletPreferences(Map) - Constructor for class org.apache.struts2.portlet.interceptor.ServletPortletPreferences
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.components.PortletUrlRenderer
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
 
setActionMapper(ActionMapper) - Method in class org.apache.struts2.portlet.result.PortletActionRedirectResult
 
setActionName(String) - Method in class org.apache.struts2.portlet.result.PortletActionRedirectResult
Sets the action name
setActionProxyFactory(ActionProxyFactory) - Method in class org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher
Convenience method to ease testing.
setAttribute(String, Object) - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
setAttribute(String, Object) - Method in class org.apache.struts2.portlet.servlet.PortletServletContext
 
setAttribute(String, Object) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
 
setBufferSize(int) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
setBufferSize(int) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
setCharacterEncoding(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletRequest
Can only be invoked in the event phase.
setCharacterEncoding(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
setCharacterEncoding(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
setContentLength(int) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
setContentLength(int) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
setContentType(String) - Method in class org.apache.struts2.portlet.result.PortletResult
Sets the content type.
setContentType(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
setContentType(String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
setContentType(String) - Method in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
 
setDateHeader(String, long) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
setDefaultEncoding(String) - Method in class org.apache.struts2.portlet.result.PortletVelocityResult
 
setDispatcherServletName(String) - Method in class org.apache.struts2.portlet.result.PortletResult
 
setFreemarkerManager(FreemarkerManager) - Method in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
 
setHeader(String, String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
setIntHeader(String, int) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
setLocale(Locale) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
setLocale(Locale) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponseJSR286
 
setMaxInactiveInterval(int) - Method in class org.apache.struts2.portlet.servlet.PortletHttpSession
 
setMethod(String) - Method in class org.apache.struts2.portlet.result.PortletActionRedirectResult
Sets the method
setNamespace(String) - Method in class org.apache.struts2.portlet.result.PortletActionRedirectResult
Sets the namespace
setPortletContext(PortletContext) - Method in interface org.apache.struts2.portlet.interceptor.PortletContextAware
setPortletMode(String) - Method in class org.apache.struts2.portlet.result.PortletResult
 
setPortletMode(PortletResponse, PortletMode) - Method in interface org.apache.struts2.portlet.result.PortletResultHelper
Set a portlet mode, abstracted from the used Portlet API version
setPortletMode(PortletResponse, PortletMode) - Method in class org.apache.struts2.portlet.result.PortletResultHelperJSR168
Set a portlet mode, abstracted from the used Portlet API version.
setPortletMode(PortletResponse, PortletMode) - Method in class org.apache.struts2.portlet.result.PortletResultHelperJSR286
Set a portlet mode, abstracted from the used Portlet API version.
setPortletPreferences(PortletPreferences) - Method in interface org.apache.struts2.portlet.interceptor.PortletPreferencesAware
setPortletRequest(PortletRequest) - Method in interface org.apache.struts2.portlet.interceptor.PortletRequestAware
setPortletResponse(PortletResponse) - Method in interface org.apache.struts2.portlet.interceptor.PortletResponseAware
setRenderParameter(PortletResponse, String, String) - Method in interface org.apache.struts2.portlet.result.PortletResultHelper
Set a render parameter, abstracted from the used Portlet API version
setRenderParameter(PortletResponse, String, String) - Method in class org.apache.struts2.portlet.result.PortletResultHelperJSR168
Set a render parameter, abstracted from the used Portlet API version.
setRenderParameter(PortletResponse, String, String) - Method in class org.apache.struts2.portlet.result.PortletResultHelperJSR286
Set a render parameter, abstracted from the used Portlet API version.
setSession(Map) - Method in class org.apache.struts2.portlet.dispatcher.DirectRenderFromEventAction
 
setStatus(int) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
setStatus(int, String) - Method in class org.apache.struts2.portlet.servlet.PortletServletResponse
 
setTitle(String) - Method in class org.apache.struts2.portlet.result.PortletResult
Sets the title.
setUrlHelper(UrlHelper) - Method in class org.apache.struts2.components.PortletUrlRenderer
 
setUrlHelper(UrlHelper) - Method in class org.apache.struts2.portlet.result.PortletActionRedirectResult
 
setUseDispatcherServlet(String) - Method in class org.apache.struts2.portlet.result.PortletResult
 
setValue(String, String) - Method in class org.apache.struts2.portlet.interceptor.ServletPortletPreferences
 
setValues(String, String[]) - Method in class org.apache.struts2.portlet.interceptor.ServletPortletPreferences
 
setVelocityManager(VelocityManager) - Method in class org.apache.struts2.portlet.result.PortletVelocityResult
 
skip(long) - Method in class org.apache.struts2.portlet.servlet.PortletServletInputStream
 
STACK_FROM_EVENT_PHASE - Static variable in class org.apache.struts2.portlet.PortletConstants
Session key where the value stack from the event phase is stored.
store() - Method in class org.apache.struts2.portlet.interceptor.ServletPortletPreferences
 

U

URLTYPE_NAME_ACTION - Static variable in class org.apache.struts2.portlet.util.PortletUrlHelper
 
URLTYPE_NAME_RESOURCE - Static variable in class org.apache.struts2.portlet.util.PortletUrlHelper
 

V

valueOf(String) - Static method in enum org.apache.struts2.portlet.PortletPhase
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.struts2.portlet.PortletPhase
Returns an array containing the constants of this enum type, in the order they are declared.

W

withPortletContext(PortletContext) - Method in interface org.apache.struts2.portlet.action.PortletContextAware
 
withPortletPreferences(PortletPreferences) - Method in interface org.apache.struts2.portlet.action.PortletPreferencesAware
Sets the HTTP request object in implementing classes.
withPortletRequest(PortletRequest) - Method in interface org.apache.struts2.portlet.action.PortletRequestAware
 
withPortletResponse(PortletResponse) - Method in interface org.apache.struts2.portlet.action.PortletResponseAware
 
wrapper - Variable in class org.apache.struts2.views.freemarker.PortletFreemarkerResult
 
write(int) - Method in class org.apache.struts2.portlet.servlet.PortletServletOutputStream
 
write(byte[]) - Method in class org.apache.struts2.portlet.servlet.PortletServletOutputStream
 
write(byte[], int, int) - Method in class org.apache.struts2.portlet.servlet.PortletServletOutputStream
 
A B C D E F G I J L M N O P R S U V W 
Skip navigation links

Copyright © 2000–2020 Apache Software Foundation. All rights reserved.