| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ActionServlet com.ibm.wps.portlets.struts.WpsActionServlet
public class WpsActionServlet
The WpsActionServlet
extends the Struts ActionServlet. The
WpsActionServlet is not an extension point for modifying the Struts application.
The request processor and WpsStrutsPortlet should be the extension points.
The WpsActionServlet is the ActionServlet object that is returned from the
getServlet call in a Struts action. The WpsActionServlet can be used to obtain
the portlet config and the portlet context objects, as well as the servlet config and
context.
Field Summary | |
---|---|
static java.lang.String | INCLUDE_SERVLET_PATH
The request attribute under which the servlet path information is stored for processing during a RequestDispatcher.include() call. |
Constructor Summary | |
---|---|
WpsActionServlet(ServletContext servletContext,
PortletConfig portletConfig,
WpsStrutsInfo strutsInfo)
WpsActionServlet constructor. |
Method Summary | |
---|---|
PortletConfig | getPortletConfig()
Gets the portlet configuration object. |
PortletContext | getPortletContext()
Gets the portlet context object. |
ServletConfig | getServletConfig()
Gets the servlet configuration object. |
ServletContext | getServletContext()
Gets the servlet context object. |
java.lang.String | getServletName()
Gets the servlet name. |
WpsStrutsInfo | getStrutsInfo()
Gets the Struts/Servlet information object. |
java.lang.String | getStrutsRoot()
Gets the Struts/servlet context root. |
TranscodingFilterConfigurator | getTranscodingFilterConfigurator()
Gets the transcoding filter configurator. |
void | init()
Calls the super, ActionServlet init method. |
void | setStrutsRoot(java.lang.String strutsRoot)
Sets the Struts/servlet context root. |
void | setTranscodingFilterConfigurator(TranscodingFilterConfigurator configurator)
Sets the transcoding filter configurator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INCLUDE_SERVLET_PATH
Constructor Detail |
---|
public WpsActionServlet(ServletContext servletContext, PortletConfig portletConfig, WpsStrutsInfo strutsInfo)
null
.
Method Detail |
---|
public java.lang.String getServletName()
public ServletConfig getServletConfig()
public PortletConfig getPortletConfig()
public ServletContext getServletContext()
public PortletContext getPortletContext()
public WpsStrutsInfo getStrutsInfo()
public java.lang.String getStrutsRoot()
public void setStrutsRoot(java.lang.String strutsRoot)
public void init() throws ServletException
public void setTranscodingFilterConfigurator(TranscodingFilterConfigurator configurator)
public TranscodingFilterConfigurator getTranscodingFilterConfigurator()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |