| Package | Description |
|---|---|
| org.mentawai.core | |
| org.mentawai.filter | |
| org.mentawai.jruby | |
| org.mentawai.spring | |
| org.mentawai.util |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Input |
BaseAction.input |
| Modifier and Type | Method and Description |
|---|---|
Input |
SingleInstanceBaseAction.getInput() |
Input |
PojoAction.getInput() |
Input |
BaseAction.getInput() |
Input |
Action.getInput()
Gets the action input.
|
Input |
InputWrapper.getRoot() |
Input |
BaseAction.input() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BaseAction.isAjaxRequest(Input input) |
void |
SingleInstanceBaseAction.setInput(Input input) |
void |
PojoAction.setInput(Input input) |
void |
InputWrapper.setInput(Input input) |
void |
BaseAction.setInput(Input input) |
void |
Action.setInput(Input input)
Sets the input for this action.
|
| Constructor and Description |
|---|
InputWrapper(Input input) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
PaginationFilter.getNumberPage(Input input) |
protected int |
PaginationDisplayTagFilter.getNumberPage(Input input) |
protected String |
PaginationFilter.getSortAttribute(Input input) |
protected String |
PaginationDisplayTagFilter.getSortAttribute(Input input) |
protected boolean |
PaginationFilter.isDesc(Input input) |
protected boolean |
PaginationDisplayTagFilter.isDesc(Input input) |
| Modifier and Type | Method and Description |
|---|---|
Input |
RubyAction.getInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
RubyAction.setInput(Input input) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringInput
Input with built-in Spring support.
|
| Constructor and Description |
|---|
SpringInput(Input input,
org.springframework.beans.factory.BeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
Input |
MockAction.getInput() |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2015. All Rights Reserved.