|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.struts.action.ActionForm | +--org.apache.struts.action.DynaActionForm | +--org.scrashmeow.ojb.console.framework.OjbcDynaActionForm
Base class for a DynaActionForm
Field Summary |
Fields inherited from class org.apache.struts.action.DynaActionForm |
dynaClass, dynaValues |
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Constructor Summary | |
OjbcDynaActionForm()
|
Method Summary | |
ApplicationService |
getApplicationService()
Returns the applicationService. |
java.lang.String |
getMethod()
Returns the method. |
protected boolean |
isDispatchedTo(HttpServletRequest request,
java.lang.String compareMethod)
Method isDispatchedTo @add-javadoc!!! |
void |
setMethod(java.lang.String method)
Sets the method. |
Methods inherited from class org.apache.struts.action.DynaActionForm |
contains, get, get, get, getDynaClass, getDynaProperty, getMap, initialize, isDynaAssignable, remove, reset, reset, set, set, set, toString |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OjbcDynaActionForm()
Method Detail |
public ApplicationService getApplicationService()
getApplicationService
in interface ApplicationServiceAware
public java.lang.String getMethod()
public void setMethod(java.lang.String method)
method
- The method to setprotected boolean isDispatchedTo(HttpServletRequest request, java.lang.String compareMethod) throws ServiceException
request
- @add-javadoc!!!compareMethod
- @add-javadoc!!!
ServiceException
- @add-javadoc!!!
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |