Uses of Interface
org.apache.struts2.portlet.PortletActionConstants

Packages that use PortletActionConstants
org.apache.struts2.portlet.context   
org.apache.struts2.portlet.dispatcher   
org.apache.struts2.portlet.interceptor   
org.apache.struts2.portlet.result   
org.apache.struts2.portlet.servlet Portlet wrapper objects for some of the servlet api objects. 
org.apache.struts2.views.freemarker   
 

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

Classes in org.apache.struts2.portlet.context that implement PortletActionConstants
 class PortletActionContext
          PortletActionContext.
 

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

Classes in org.apache.struts2.portlet.dispatcher that implement PortletActionConstants
 class DirectRenderFromEventAction
          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.
 class DispatcherServlet
           
 class Jsr168Dispatcher
           
 

Uses of PortletActionConstants in org.apache.struts2.portlet.interceptor
 

Classes in org.apache.struts2.portlet.interceptor that implement PortletActionConstants
 class PortletAwareInterceptor
           
 class PortletStateInterceptor
           
 

Uses of PortletActionConstants in org.apache.struts2.portlet.result
 

Classes in org.apache.struts2.portlet.result that implement PortletActionConstants
 class PortletActionRedirectResult
          Portlet modification of the ServletActionRedirectResult.
 class PortletResult
          Result type that includes a JSP to render.
 

Uses of PortletActionConstants in org.apache.struts2.portlet.servlet
 

Classes in org.apache.struts2.portlet.servlet that implement PortletActionConstants
 class PortletServletRequest
          Wrapper object exposing a PortletRequest as a HttpServletRequest instance.
 

Uses of PortletActionConstants in org.apache.struts2.views.freemarker
 

Classes in org.apache.struts2.views.freemarker that implement PortletActionConstants
 class PortletFreemarkerResult
           
 



Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.