| |
|
| org.netbeans.modules.visualweb.jsfsupport.container.RaveFacesContext
RaveFacesContext | public class RaveFacesContext extends FacesContext (Code) | | RaveFacesContext provides a JSF context for design-time use
author: Robert Brewin author: Winston Prakash - Modifications to support JSF 1.2 version: 1.0 |
RaveFacesContext | public RaveFacesContext(ExternalContext context)(Code) | | Constructor for this faces context, initialized with an external context
Parameters: context - -- the context to use |
addMessage | public void addMessage(String clientId, FacesMessage message)(Code) | | |
getApplication | public Application getApplication()(Code) | | Return the
javax.faces.application.Application instance associated with this
web application.
|
getClientIdsWithMessages | public Iterator getClientIdsWithMessages()(Code) | | Return the external context
|
getDesignContext | public DesignContext getDesignContext()(Code) | | Return the current DesignContext
the DesignContext associated with this faces context |
getELContext | public ELContext getELContext()(Code) | | |
getExternalContext | public ExternalContext getExternalContext()(Code) | | Return the external context
the ExternalContext associated with this faces context |
getMaximumSeverity | public Severity getMaximumSeverity()(Code) | | |
getRenderKit | public RenderKit getRenderKit()(Code) | | Return the
RenderKit instance for the render kit identifier
specified on our
UIViewRoot , if there is one.
|
getRenderResponse | public boolean getRenderResponse()(Code) | | Return true if the renderResponse()
method has been called for the current request.
|
getResponseComplete | public boolean getResponseComplete()(Code) | | Return true if the responseComplete()
method has been called for the current request.
|
getResponseStream | public ResponseStream getResponseStream()(Code) | | |
getResponseWriter | public ResponseWriter getResponseWriter()(Code) | | |
getViewRoot | public UIViewRoot getViewRoot()(Code) | | Return the component view that is associated with the this request.
|
release | public void release()(Code) | | |
renderResponse | public void renderResponse()(Code) | | |
resetApplication | public void resetApplication()(Code) | | Reset the Application instance returned by
ApplicationFactory to a pristine instance, and
release our cached reference so that the next call to
getApplication() will get a new one.
|
responseComplete | public void responseComplete()(Code) | | |
setCurrentInstance | public void setCurrentInstance()(Code) | | |
setDesignContext | public void setDesignContext(DesignContext liveContext)(Code) | | Set the current DesignContext
Parameters: liveContext - |
setResponseStream | public void setResponseStream(ResponseStream responseStream)(Code) | | |
setResponseWriter | public void setResponseWriter(ResponseWriter responseWriter)(Code) | | |
setViewRoot | public void setViewRoot(UIViewRoot viewRoot)(Code) | | |
unsetCurrentInstance | public void unsetCurrentInstance()(Code) | | |
|
|
|