|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassActionHandlerRegistry
Instances of this interface allow ActionHandler classes to be
registered for specific Action types. This is typcially to allow
lazy-loading of handlers.
LazyActionHandlerRegistry| Method Summary | ||
|---|---|---|
|
addHandlerClass(Class<A> actionClass,
Class<? extends ActionHandler<A,R>> handlerClass)
Registers the specified ActionHandler class with the registry. |
|
|
removeHandlerClass(Class<A> actionClass,
Class<? extends ActionHandler<A,R>> handlerClass)
Removes any registration of the specified class, as well as any instances which have been created. |
|
| Methods inherited from interface net.customware.gwt.dispatch.server.ActionHandlerRegistry |
|---|
clearHandlers, findHandler |
| Method Detail |
|---|
<A extends Action<R>,R extends Result> void addHandlerClass(Class<A> actionClass,
Class<? extends ActionHandler<A,R>> handlerClass)
ActionHandler class with the registry.
The class will only
actionClass - The action class the handler handles.handlerClass - The handler class.
<A extends Action<R>,R extends Result> void removeHandlerClass(Class<A> actionClass,
Class<? extends ActionHandler<A,R>> handlerClass)
handlerClass -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||