|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.aejase.plugin.wizard.WizardUtils
Wizard Toolkit
Constructor Summary | |
WizardUtils()
|
Method Summary | |
static org.apache.struts.config.ActionConfig |
getActionConfig(javax.servlet.http.HttpServletRequest request)
Returns the ActionConfig of the action called in the request |
static java.util.Map |
getActionFormFields(javax.servlet.http.HttpServletRequest request,
java.lang.String actionPath)
Finds all the fields of an action's form |
static java.lang.String |
processPath(javax.servlet.http.HttpServletRequest request)
Identify and return the path component (from the request URI) that we will use to select an ActionMapping to dispatch with. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WizardUtils()
Method Detail |
public static java.lang.String processPath(javax.servlet.http.HttpServletRequest request)
null
.
request
- The servlet request we are processing
IOException
- if an input/output error occursRequestProcessor
public static org.apache.struts.config.ActionConfig getActionConfig(javax.servlet.http.HttpServletRequest request)
request
- the current request
public static java.util.Map getActionFormFields(javax.servlet.http.HttpServletRequest request, java.lang.String actionPath)
request
- the current requestactionPath
- the action's path
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |