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

Method Summary
 ActionMethodExecutor getActionMethodExecutor()
           
 ActionMethodResponseHandler getActionMethodResponseHandler()
           
 ArgumentResolver getArgumentResolver()
           
 BindErrorMessageResolver getBindErrorMessageResolver()
           
 ContextContainerFactory getContextContainerFactory()
           
 ControllerDefinitionFactory getControllerDefinitionFactory()
           
 ControllerNameResolver getControllerNameResolver()
           
 DataBinder getDataBinder()
           
 DispatchAssistant getDispatchAssistant()
           
 MessageResources getMessageResources()
           
 MethodDefinitionFinder getMethodDefinitionFinder()
           
 MethodNameResolver getMethodNameResolver()
           
 ActionMonitor getMonitor()
           
 RequestAttributeBinder getRequestAttributeBinder()
           
 ognl.TypeConverter getTypeConverter()
           
 Validator getValidator()
           
 ViewDispatcher getViewDispatcher()
           
 ViewResolver getViewResolver()
           
<T> T
locateByKey(java.lang.Object key)
           
<T> T
locateByType(java.lang.Class<T> t)
           
 

Method Detail

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.