|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.chwf.servlet.engine.ControllerConfig
Class managing controller configuration data.
Constructor Summary | |
ControllerConfig(java.lang.Class controller)
Constructor. |
Method Summary | |
java.lang.Class |
getController()
The controller class. |
MethodConfig |
getMethodConfig(java.lang.String methodName)
The method configuration for the given method. |
java.util.Iterator |
getMethodNames()
The controller method names. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ControllerConfig(java.lang.Class controller)
controller
- The controller class.Method Detail |
public java.lang.Class getController()
public java.util.Iterator getMethodNames()
public MethodConfig getMethodConfig(java.lang.String methodName)
methodName
- The method name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |