|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
InterceptorChain
which iterates over each MethodInterceptor
registered with Waffle.Parameter
based on the argument being resolved.ValueConverterFinder
and its resulting
ValueConverter
to transform a String value into the specified type.TypeConverter
which handles Java 5 enums and will delegate
custom ValueConverter
's registered per application.RubyController
if
the type is a IRubyObject
ValueConverter
that is responsible for handling the type passed in.
ActionMethod
annotation to determine the parameter names to use to resolve the
argument values.
Paranamer
to determine the parameter names to use to resolve the
argument values.
javax.servlet.http.HttpServletResponse
status should be set to.
ActionMethod
annotation.
ValueConverter
.ValueConverterFinder
which caches converters
found per type and uses OgnlValueConverter
as default converter.AnnotatedMethodDefinitionFinder
.Registrar
to define how a components dependencies
can be resolved more explicitly.ServletRequest
attribute.ServletRequest
parametermethod
).
ConstantParameter
)
ContextControllerDefinitionFactory
if the controller found is an instance
of IRubyObject
then that object will be wrapped with a RubyController
.ActionMethod
annotated methods are invokable as Actions
.ServletContext
attribute.HttpSession
attribute.MethodInterceptor
so that it will be evaluated in the correct orderValueConverter
this interface is used to simplify converting (transmuting) a
String value into a given type.ValueConverters
registered per application.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |