org.apache.geronimo.gshell.clp.handler
Class Handlers

java.lang.Object
  extended by org.apache.geronimo.gshell.clp.handler.Handlers

public class Handlers
extends Object

Provides access to handlers.

Version:
$Rev: 576614 $ $Date: 2007-09-17 15:34:32 -0700 (Mon, 17 Sep 2007) $

Constructor Summary
Handlers()
           
 
Method Summary
static Handler create(Descriptor desc, Setter setter)
           
static void register(Class valueType, Class<? extends Handler> handlerType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handlers

public Handlers()
Method Detail

create

public static Handler create(Descriptor desc,
                             Setter setter)

register

public static void register(Class valueType,
                            Class<? extends Handler> handlerType)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.