|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentRegistry
ComponentRegistry is responsible for maintaining Waffle components and allowing Waffle to have a pluggable architecture.
Method Detail |
---|
<T> T locateByKey(java.lang.Object key)
key
- the key the component was registered under
<T> T locateByType(java.lang.Class<T> t)
t
- the type of the component requested
ActionMethodExecutor getActionMethodExecutor()
ActionMethodResponseHandler getActionMethodResponseHandler()
ActionMonitor getActionMonitor()
ArgumentResolver getArgumentResolver()
BindErrorMessageResolver getBindErrorMessageResolver()
BindMonitor getBindMonitor()
ContextContainerFactory getContextContainerFactory()
ContextMonitor getContextMonitor()
ControllerDataBinder getControllerDataBinder()
ControllerDefinitionFactory getControllerDefinitionFactory()
ControllerMonitor getControllerMonitor()
ControllerNameResolver getControllerNameResolver()
MessageResources getMessageResources()
MethodDefinitionFinder getMethodDefinitionFinder()
MethodNameResolver getMethodNameResolver()
RegistrarMonitor getRegistrarMonitor()
ServletMonitor getServletMonitor()
StringTransmuter getStringTransmuter()
ValueConverterFinder getValueConverterFinder()
Validator getValidator()
ValidationMonitor getValidationMonitor()
ViewDataBinder getViewDataBinder()
ViewDispatcher getViewDispatcher()
ViewMonitor getViewMonitor()
ViewResolver getViewResolver()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |