public class ContextAwareBase extends Objectimplements ContextAware
| Constructor and Description |
|---|
ContextAwareBase()
|
ContextAwareBase(ContextAware
|
| Modifier and Type | Method and Description |
|---|---|
void |
addError(String
|
void |
addError(String
|
void |
addInfo(String
|
void |
addInfo(String
|
void |
addStatus(Status
|
void |
addWarn(String
|
void |
addWarn(String
|
Context |
getContext()
|
protected Object |
getDeclaredOrigin()
The declared origin of status messages.
|
StatusManager |
getStatusManager()
|
void |
setContext(Context
|
protected Contextcontext
public ContextAwareBase()
public ContextAwareBase(ContextAwaredeclaredOrigin)
public void setContext(Contextcontext)
public ContextgetContext()
public StatusManagergetStatusManager()
protected ObjectgetDeclaredOrigin()
public void addStatus(Statusstatus)
public void addInfo(Stringmsg)
public void addWarn(Stringmsg)
public void addError(Stringmsg)