org.codehaus.waffle
Interface ComponentRegistry
- All Known Implementing Classes:
- PicoComponentRegistry
public interface ComponentRegistry
Component registry which allows Waffle to have a pluggable architecture.
- Author:
- Michael Ward, Mauro Talevi
locateByKey
<T> T locateByKey(java.lang.Object key)
locateByType
<T> T locateByType(java.lang.Class<T> t)
getActionMethodExecutor
ActionMethodExecutor getActionMethodExecutor()
getActionMethodResponseHandler
ActionMethodResponseHandler getActionMethodResponseHandler()
getActionMonitor
ActionMonitor getActionMonitor()
getArgumentResolver
ArgumentResolver getArgumentResolver()
getBindErrorMessageResolver
BindErrorMessageResolver getBindErrorMessageResolver()
getBindMonitor
BindMonitor getBindMonitor()
getContextContainerFactory
ContextContainerFactory getContextContainerFactory()
getContextMonitor
ContextMonitor getContextMonitor()
getControllerDefinitionFactory
ControllerDefinitionFactory getControllerDefinitionFactory()
getControllerMonitor
ControllerMonitor getControllerMonitor()
getControllerNameResolver
ControllerNameResolver getControllerNameResolver()
getDataBinder
DataBinder getDataBinder()
getMessageResources
MessageResources getMessageResources()
getMethodDefinitionFinder
MethodDefinitionFinder getMethodDefinitionFinder()
getMethodNameResolver
MethodNameResolver getMethodNameResolver()
getRegistrarMonitor
RegistrarMonitor getRegistrarMonitor()
getRequestAttributeBinder
RequestAttributeBinder getRequestAttributeBinder()
getServletMonitor
ServletMonitor getServletMonitor()
getStringTransmuter
StringTransmuter getStringTransmuter()
getValueConverterFinder
ValueConverterFinder getValueConverterFinder()
getValidator
Validator getValidator()
getValidationMonitor
ValidationMonitor getValidationMonitor()
getViewDispatcher
ViewDispatcher getViewDispatcher()
getViewMonitor
ViewMonitor getViewMonitor()
getViewResolver
ViewResolver getViewResolver()
Copyright © 2008. All Rights Reserved.