|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Input | |
|---|---|
| org.mentawai.core | |
| org.mentawai.filter | |
| org.mentawai.jruby | |
| org.mentawai.spring | |
| org.mentawai.util | |
| Uses of Input in org.mentawai.core |
|---|
| Classes in org.mentawai.core that implement Input | |
|---|---|
class |
AbstractInput
|
class |
InputWrapper
A wrapper for the action input. |
class |
MapInput
A simple Input that can be used for testing. |
class |
PrettyURLRequestInput
|
class |
RequestInput
Encapsulates a HttpServletRequest as an Input for Mentawai actions. |
| Fields in org.mentawai.core declared as Input | |
|---|---|
protected Input |
BaseAction.input
|
| Methods in org.mentawai.core that return Input | |
|---|---|
Input |
Action.getInput()
Gets the action input. |
Input |
SingleInstanceBaseAction.getInput()
|
Input |
BaseAction.getInput()
|
Input |
PojoAction.getInput()
|
Input |
BaseAction.input()
|
| Methods in org.mentawai.core with parameters of type Input | |
|---|---|
void |
Action.setInput(Input input)
Sets the input for this action. |
void |
SingleInstanceBaseAction.setInput(Input input)
|
void |
InputWrapper.setInput(Input input)
|
void |
BaseAction.setInput(Input input)
|
void |
PojoAction.setInput(Input input)
|
| Constructors in org.mentawai.core with parameters of type Input | |
|---|---|
InputWrapper(Input input)
|
|
| Uses of Input in org.mentawai.filter |
|---|
| Classes in org.mentawai.filter that implement Input | |
|---|---|
class |
ActionContextFilter
|
class |
ApplicationFilter
This filter will place the application context in the action input. |
class |
AutoWiringFilter
A filter that will do AUTO-WIRING of dependencies in a totaly transparent way. |
class |
ConnectionFilter
|
class |
CookiesFilter
This filter will place the cookie context in the action input. |
class |
DIFilter
A filter that will do AUTO-WIRING of dependencies in a totaly transparent way. |
class |
ErrorsFilter
|
class |
FieldErrorsFilter
|
class |
HeadersFilter
|
class |
HibernateAnnotationFilter
This filter extends the capabilities of HibernateFilter to be used with Annotations |
class |
HibernateFilter
Use this filter to place an opened and connected Hibernate session in the action input. |
class |
IoCFilter
Autowiring filter for IoC. |
class |
JpaFilter
Use this filter to place an opened and connected JPA entityManager in the action input. |
class |
MentaContainerFilter
|
class |
MessagesFilter
|
class |
OutputFilter
|
class |
PostOrGetFilter
This filter will place a boolean in the action input to tell whether the action was a POST or a GET. |
class |
SessionFilter
This filter will place the session context in the action input. |
| Uses of Input in org.mentawai.jruby |
|---|
| Methods in org.mentawai.jruby that return Input | |
|---|---|
Input |
RubyAction.getInput()
|
| Methods in org.mentawai.jruby with parameters of type Input | |
|---|---|
void |
RubyAction.setInput(Input input)
|
| Uses of Input in org.mentawai.spring |
|---|
| Classes in org.mentawai.spring that implement Input | |
|---|---|
class |
SpringInput
Input with built-in Spring support. |
| Constructors in org.mentawai.spring with parameters of type Input | |
|---|---|
SpringInput(Input input,
org.springframework.beans.factory.BeanFactory beanFactory)
|
|
| Uses of Input in org.mentawai.util |
|---|
| Methods in org.mentawai.util that return Input | |
|---|---|
Input |
MockAction.getInput()
|
| Methods in org.mentawai.util with parameters of type Input | |
|---|---|
static void |
InjectionUtils.getObject(Object target,
Input input,
Locale loc,
boolean tryField,
String prefix,
boolean tryToConvert,
boolean convertBoolean,
boolean allowRecursion)
|
static Object |
InjectionUtils.getValueToInject(String name,
Input input,
String prefix)
|
static boolean |
InjectionUtils.hasValueToInject(String name,
Input input,
String prefix)
|
void |
MockAction.setInput(Input input)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||