|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.lifecycle.Lifecycle org.apache.shale.test.mock.MockLifecycle
public class MockLifecycle
Mock implementation of Lifecycle
.
Constructor Summary | |
---|---|
MockLifecycle()
|
Method Summary | |
---|---|
void |
addPhaseListener(javax.faces.event.PhaseListener listener)
|
void |
execute(javax.faces.context.FacesContext context)
|
javax.faces.event.PhaseListener[] |
getPhaseListeners()
|
void |
removePhaseListener(javax.faces.event.PhaseListener listener)
|
void |
render(javax.faces.context.FacesContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockLifecycle()
Method Detail |
---|
public void addPhaseListener(javax.faces.event.PhaseListener listener)
addPhaseListener
in class javax.faces.lifecycle.Lifecycle
public void execute(javax.faces.context.FacesContext context) throws javax.faces.FacesException
execute
in class javax.faces.lifecycle.Lifecycle
javax.faces.FacesException
public javax.faces.event.PhaseListener[] getPhaseListeners()
getPhaseListeners
in class javax.faces.lifecycle.Lifecycle
public void removePhaseListener(javax.faces.event.PhaseListener listener)
removePhaseListener
in class javax.faces.lifecycle.Lifecycle
public void render(javax.faces.context.FacesContext context) throws javax.faces.FacesException
render
in class javax.faces.lifecycle.Lifecycle
javax.faces.FacesException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |