| com.icesoft.faces.context.BridgeFacesContext
BridgeFacesContext | public class BridgeFacesContext extends FacesContext (Code) | | |
addMessage | public void addMessage(String clientId, FacesMessage message)(Code) | | add a FacesMessage to the set of message associated with the clientId, if
clientId is not null.
Parameters: clientId - Parameters: message - |
applyBrowserDOMChanges | public void applyBrowserDOMChanges()(Code) | | |
createAndSetResponseWriter | public ResponseWriter createAndSetResponseWriter() throws IOException(Code) | | |
dispose | public void dispose()(Code) | | |
getApplication | public Application getApplication()(Code) | | |
getClientIdsWithMessages | public Iterator getClientIdsWithMessages()(Code) | | |
getELContext | public ELContext getELContext()(Code) | | |
getExternalContext | public ExternalContext getExternalContext()(Code) | | |
getFocusId | public String getFocusId()(Code) | | Return the id of the Element that currently has focus in the browser.
String |
getMaximumSeverity | public FacesMessage.Severity getMaximumSeverity()(Code) | | |
getMessages | public Iterator getMessages()(Code) | | gets all FacesMessages whether or not associatted with clientId.
list of FacesMessages |
getMessages | public Iterator getMessages(String clientId)(Code) | | returns list of FacesMessages associated with a clientId. If client id is
null, then return all FacesMessages which are not assocaited wih any
clientId
Parameters: clientId - list of FacesMessages |
getRenderKit | public RenderKit getRenderKit()(Code) | | |
getRenderResponse | public boolean getRenderResponse()(Code) | | |
getResponseComplete | public boolean getResponseComplete()(Code) | | |
getResponseStream | public ResponseStream getResponseStream()(Code) | | |
getResponseWriter | public ResponseWriter getResponseWriter()(Code) | | |
getViewNumber | public String getViewNumber()(Code) | | Return the unique identifier associated with each browser window
associated with a single user.
|
getViewRoot | public UIViewRoot getViewRoot()(Code) | | |
release | public void release()(Code) | | The release() found in FacesContextImpl is more comprehensive: since they
blow away the context instance after a response, they null/false out much
more than we do. We chose to keep the context instance around across
requests so we need to keep some of our state intact.
|
renderResponse | public void renderResponse()(Code) | | |
resetRenderResponse | public void resetRenderResponse()(Code) | | |
responseComplete | public void responseComplete()(Code) | | |
setApplication | public void setApplication(Application application)(Code) | | |
setCurrentInstance | public void setCurrentInstance()(Code) | | |
setExternalContext | public void setExternalContext(ExternalContext externalContext)(Code) | | |
setFocusId | public void setFocusId(String focusId)(Code) | | Sets the id of the Element that should get focus in the browser.
|
setResponseStream | public void setResponseStream(ResponseStream responseStream)(Code) | | |
setResponseWriter | public void setResponseWriter(ResponseWriter responseWriter)(Code) | | |
setViewRoot | public void setViewRoot(UIViewRoot viewRoot)(Code) | | |
switchToNormalMode | public void switchToNormalMode()(Code) | | |
switchToPushMode | public void switchToPushMode()(Code) | | |
|
|