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()
getArgumentResolver
ArgumentResolver getArgumentResolver()
getBindErrorMessageResolver
BindErrorMessageResolver getBindErrorMessageResolver()
getContextContainerFactory
ContextContainerFactory getContextContainerFactory()
getControllerNameResolver
ControllerNameResolver getControllerNameResolver()
getControllerDefinitionFactory
ControllerDefinitionFactory getControllerDefinitionFactory()
getDataBinder
DataBinder getDataBinder()
getDispatchAssistant
DispatchAssistant getDispatchAssistant()
getMessageResources
MessageResources getMessageResources()
getMethodDefinitionFinder
MethodDefinitionFinder getMethodDefinitionFinder()
getMethodNameResolver
MethodNameResolver getMethodNameResolver()
getMonitor
ActionMonitor getMonitor()
getRequestAttributeBinder
RequestAttributeBinder getRequestAttributeBinder()
getTypeConverter
ognl.TypeConverter getTypeConverter()
getValidator
Validator getValidator()
getViewDispatcher
ViewDispatcher getViewDispatcher()
getViewResolver
ViewResolver getViewResolver()
Copyright © 2007 null. All Rights Reserved.