|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionPageLookup
These provide lookups for data used by the
ActionServlet
.
Method Summary | |
---|---|
Method |
getActionMethod(HttpServletRequest request)
This extracts the action method from the URL requested in the servlet request. |
String |
getActionMethodName(HttpServletRequest request)
This extracts the action method name from the URL requested in the servlet request. |
Methods inherited from interface net.trajano.twiff.PageLookup |
---|
getPageBeanClass, getPageBeanClassName, getPageName |
Method Detail |
---|
String getActionMethodName(HttpServletRequest request)
request
- the servlet request.
Method getActionMethod(HttpServletRequest request) throws NoSuchMethodException, SecurityException, ClassNotFoundException
request
- the servlet request.
NoSuchMethodException
- the page bean class method does not exist.
SecurityException
- the page bean class method is not public.
ClassNotFoundException
- the page bean class name does not exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |