public class AbstractContexedAction<R> extends AbstractAction<R> implements Contexed
AbstractAction
that implements Contexed
Constructor and Description |
---|
AbstractContexedAction(AppContext conn,
java.lang.Class<? super R> clazz) |
Modifier and Type | Method and Description |
---|---|
AppContext |
getContext() |
Logger |
getLogger() |
getTarget, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
action, allow, getWarning
public AbstractContexedAction(AppContext conn, java.lang.Class<? super R> clazz)
conn
- clazz
- public final AppContext getContext()
getContext
in interface Contexed
public Logger getLogger()