Uses of Class
org.apache.struts2.portlet.PortletPhase

Packages that use PortletPhase
org.apache.struts2.portlet   
org.apache.struts2.portlet.context   
org.apache.struts2.portlet.dispatcher   
 

Uses of PortletPhase in org.apache.struts2.portlet
 

Methods in org.apache.struts2.portlet that return PortletPhase
static PortletPhase PortletPhase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortletPhase[] PortletPhase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PortletPhase in org.apache.struts2.portlet.context
 

Methods in org.apache.struts2.portlet.context that return PortletPhase
static PortletPhase PortletActionContext.getPhase()
          Get the phase that the portlet is executing in.
 

Uses of PortletPhase in org.apache.struts2.portlet.dispatcher
 

Methods in org.apache.struts2.portlet.dispatcher with parameters of type PortletPhase
 HashMap<String,Object> Jsr168Dispatcher.createContextMap(Map<String,Object> requestMap, Map<String,String[]> parameterMap, Map<String,Object> sessionMap, Map<String,Object> applicationMap, javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, javax.servlet.ServletContext servletContext, javax.portlet.PortletConfig portletConfig, PortletPhase phase)
          Merges all application and portlet attributes into a single HashMap to represent the entire Action context.
 void Jsr168Dispatcher.serviceAction(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, Map<String,Object> requestMap, Map<String,String[]> parameterMap, Map<String,Object> sessionMap, Map<String,Object> applicationMap, String portletNamespace, PortletPhase phase)
          Loads the action and executes it.
 



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