public abstract class AbstractCommand extends Object
Modifier and Type | Field and Description |
---|---|
RuntimeContext |
context
The current context : need to find a way to make not that public.
|
protected RenderPrintWriter |
out
The current output.
|
private LinkedList<InvocationContext<?>> |
stack
.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractCommand() |
Modifier and Type | Method and Description |
---|---|
InvocationContext<?> |
peekContext() |
InvocationContext<?> |
popContext() |
void |
pushContext(InvocationContext<?> context) |
private LinkedList<InvocationContext<?>> stack
public RuntimeContext context
protected RenderPrintWriter out
protected AbstractCommand()
public final void pushContext(InvocationContext<?> context) throws NullPointerException
NullPointerException
public final InvocationContext<?> popContext()
public final InvocationContext<?> peekContext()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.