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

Object
  extended by HandlerConfig
All Implemented Interfaces:
Serializable

public class HandlerConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HandlerConfig(String handlerClass)
           
 
Method Summary
 Map<String,String> 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<String,String> getCustomProperties()

getCustomProperty

public String getCustomProperty(String name)

getHandlerClass

public String getHandlerClass()