org.apache.beehive.netui.pageflow.handler
Class HandlerConfig

Object
  extended by HandlerConfig
All Implemented Interfaces:
Serializable

public class HandlerConfig
extends Object
implements Serializable

Class for encapsulating configuration properties associated with a Handler.

See Also:
Serialized Form

Constructor Summary
HandlerConfig(String handlerClass)
           
 
Method Summary
 Map getCustomProperties()
           
 String getCustomProperty(String name)
           
 String getHandlerClass()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerConfig

public HandlerConfig(String handlerClass)
Method Detail

getCustomProperties

public Map getCustomProperties()

getCustomProperty

public String getCustomProperty(String name)

getHandlerClass

public String getHandlerClass()