|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionReporter | |
|---|---|
| com.sun.enterprise.v3.common | |
| Uses of ActionReporter in com.sun.enterprise.v3.common |
|---|
| Subclasses of ActionReporter in com.sun.enterprise.v3.common | |
|---|---|
class |
DoNothingActionReporter
PlainTextActionReporter is being used as a fake ActionReporter when one is required. |
class |
HTMLActionReporter
|
class |
JsonActionReporter
Writes command output to a json stream |
class |
PlainTextActionReporter
|
class |
PropsFileActionReporter
Action reporter to a manifest file |
class |
XMLActionReporter
Represents the action report as XML like this:
|
class |
XMLContentActionReporter
Represents the action report as XML like this:
|
| Fields in com.sun.enterprise.v3.common with type parameters of type ActionReporter | |
|---|---|
protected List<ActionReporter> |
ActionReporter.subActions
|
| Methods in com.sun.enterprise.v3.common that return types with arguments of type ActionReporter | |
|---|---|
List<ActionReporter> |
ActionReporter.getSubActionsReport()
|
| Methods in com.sun.enterprise.v3.common with parameters of type ActionReporter | |
|---|---|
protected void |
PlainTextActionReporter.getCombinedMessages(ActionReporter aReport,
StringBuilder out)
|
protected void |
ActionReporter.getCombinedMessages(ActionReporter aReport,
StringBuilder sb)
Returns combined messages. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||