org.chwf.servlet.engine
Class ControllerConfig

java.lang.Object
  |
  +--org.chwf.servlet.engine.ControllerConfig

public class ControllerConfig
extends java.lang.Object

Class managing controller configuration data.

Author:
Paul Strack

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

ControllerConfig

public ControllerConfig(java.lang.Class controller)
Constructor.
Parameters:
controller - The controller class.
Method Detail

getController

public java.lang.Class getController()
The controller class.
Returns:
The controller class.

getMethodNames

public java.util.Iterator getMethodNames()
The controller method names.
Returns:
The controller method names.

getMethodConfig

public MethodConfig getMethodConfig(java.lang.String methodName)
The method configuration for the given method.
Parameters:
methodName - The method name.
Returns:
The method configuration.


Copyright © 2002-2004, Paul Strack. All Rights Reserved.