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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaction, allow, getWarningpublic AbstractContexedAction(AppContext conn, java.lang.Class<? super R> clazz)
conn - clazz - public final AppContext getContext()
getContext in interface Contexedpublic Logger getLogger()