public abstract class BasePortletPhaseListenerWrapper extends Object implements PhaseListener
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
protected Boolean |
triedLoading |
protected PhaseListener |
wrapped |
Constructor and Description |
---|
BasePortletPhaseListenerWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
afterPhase(PhaseEvent ev) |
void |
beforePhase(PhaseEvent ev) |
PhaseId |
getPhaseId() |
protected PhaseListener |
getWrapped() |
protected abstract String |
getWrappedClassName() |
protected boolean |
isPortletContext(FacesContext facesContext) |
protected PhaseListener wrapped
protected Boolean triedLoading
protected org.slf4j.Logger logger
protected abstract String getWrappedClassName()
protected PhaseListener getWrapped()
protected boolean isPortletContext(FacesContext facesContext)
public void afterPhase(PhaseEvent ev)
afterPhase
in interface PhaseListener
public void beforePhase(PhaseEvent ev)
beforePhase
in interface PhaseListener
public PhaseId getPhaseId()
getPhaseId
in interface PhaseListener