| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.wps.portlets.struts.WpsStrutsInfo
public class WpsStrutsInfo
The WpsStrutsInfo
class contains information used throughout
the WPS Struts portlet implementation. It is specific to a particular
Struts servlet instance and contains configured information about that instance
that is useful for processing the Struts-based application as a portlet.
Constructor Summary | |
---|---|
WpsStrutsInfo(ServletContext servletContext,
java.lang.String contextRoot)
Constructs this WpsStrutsInfo object. |
Method Summary | |
---|---|
java.lang.String | getContextRoot()
Gets the context root associated with this servlet. |
ServletContext | getServletContext()
Gets the servlet context (not portlet context) associated with this servlet. |
java.lang.String | getStrutsServletMapping()
Gets the Struts servlet mapping string. |
void | setStrutsServletMapping(java.lang.String mapping)
Sets the Struts servlet mapping string. |
java.lang.String | toString()
Prints out a displayable form of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WpsStrutsInfo(ServletContext servletContext, java.lang.String contextRoot)
Method Detail |
---|
public ServletContext getServletContext()
public java.lang.String getContextRoot()
public java.lang.String getStrutsServletMapping()
public void setStrutsServletMapping(java.lang.String mapping)
public java.lang.String toString()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |