| Package | Description |
|---|---|
| org.mentawai.core | |
| org.mentawai.filter | |
| org.mentawai.jruby | |
| org.mentawai.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MapOutput
A simple Output implementation backed up by a java.util.HashMap.
|
class |
OutputWrapper |
class |
ResponseOutput
A simple Output implementation backed up by a java.util.HashMap.
|
| Modifier and Type | Field and Description |
|---|---|
protected Output |
BaseAction.output |
| Modifier and Type | Method and Description |
|---|---|
Output |
SingleInstanceBaseAction.getOutput() |
Output |
PojoAction.getOutput() |
Output |
BaseAction.getOutput() |
Output |
Action.getOutput()
Gets the action output.
|
Output |
BaseAction.output() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StreamConsequence.defineHeader(javax.servlet.http.HttpServletResponse res,
Output output) |
void |
SingleInstanceBaseAction.setOutput(Output output) |
void |
PojoAction.setOutput(Output output) |
void |
OutputWrapper.setOutput(Output output) |
void |
BaseAction.setOutput(Output output) |
void |
Action.setOutput(Output output)
Sets the output for this action.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OutjectionFilter
A filter that takes all the properties of the action and place them in the output,
so that you don't have to call output.setValue() manually.
|
| Modifier and Type | Method and Description |
|---|---|
Output |
RubyAction.getOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
RubyAction.setOutput(Output output) |
| Modifier and Type | Method and Description |
|---|---|
Output |
MockAction.getOutput() |
| Modifier and Type | Method and Description |
|---|---|
static StringBuffer |
DebugServletFilter.getDebug(Output output) |
static void |
InjectionUtils.setObject(Object bean,
Output output,
String prefix,
boolean overwrite)
Extract all properties from bean and place them in output.
|
void |
MockAction.setOutput(Output output) |
Copyright © 2015. All Rights Reserved.