public abstract class AbstractCommand
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeContext |
context
The current context.
|
protected RenderPrintWriter |
out
The current output.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCommand() |
| Modifier and Type | Method and Description |
|---|---|
InvocationContext<?> |
peekContext() |
InvocationContext<?> |
popContext() |
void |
pushContext(InvocationContext<?> context) |
protected RuntimeContext context
protected RenderPrintWriter out
public final void pushContext(InvocationContext<?> context) throws java.lang.NullPointerException
java.lang.NullPointerExceptionpublic final InvocationContext<?> popContext()
public final InvocationContext<?> peekContext()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.