|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFacesContext
com.caucho.jsf.cfg.DummyFacesContext
public class DummyFacesContext
| Method Summary | |
|---|---|
void |
addMessage(java.lang.String clientId,
FacesMessage message)
|
Application |
getApplication()
|
java.util.Iterator<java.lang.String> |
getClientIdsWithMessages()
|
ELContext |
getELContext()
|
ExternalContext |
getExternalContext()
|
FacesMessage.Severity |
getMaximumSeverity()
|
java.util.Iterator<FacesMessage> |
getMessages()
|
java.util.Iterator<FacesMessage> |
getMessages(java.lang.String clientId)
|
RenderKit |
getRenderKit()
|
boolean |
getRenderResponse()
If true the facelet will skip to the render phase. |
boolean |
getResponseComplete()
Return true if the lifecycle should skip the response phase. |
ResponseStream |
getResponseStream()
|
ResponseWriter |
getResponseWriter()
|
UIViewRoot |
getViewRoot()
Returns the root of the UI component tree. |
void |
release()
|
void |
renderResponse()
Ask the lifecycle to skip to the render phase. |
void |
responseComplete()
Ask the lifecycle to skip the response phase. |
void |
setResponseStream(ResponseStream responseStream)
|
void |
setResponseWriter(ResponseWriter writer)
|
void |
setViewRoot(UIViewRoot root)
Sets the root of the UI component tree. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Application getApplication()
public ExternalContext getExternalContext()
public RenderKit getRenderKit()
public ResponseStream getResponseStream()
public void setResponseStream(ResponseStream responseStream)
public ResponseWriter getResponseWriter()
public void setResponseWriter(ResponseWriter writer)
public UIViewRoot getViewRoot()
public void setViewRoot(UIViewRoot root)
public boolean getRenderResponse()
public void renderResponse()
public boolean getResponseComplete()
public void responseComplete()
public void addMessage(java.lang.String clientId,
FacesMessage message)
public java.util.Iterator<java.lang.String> getClientIdsWithMessages()
public FacesMessage.Severity getMaximumSeverity()
public java.util.Iterator<FacesMessage> getMessages()
public java.util.Iterator<FacesMessage> getMessages(java.lang.String clientId)
public ELContext getELContext()
public void release()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||