org.jboss.seam.ui.facelet
Class RendererRequest

java.lang.Object
  extended by org.jboss.seam.ui.facelet.RendererRequest

public class RendererRequest
extends Object


Constructor Summary
RendererRequest(String viewId)
           
 
Method Summary
protected  com.sun.facelets.Facelet faceletForViewId(String viewId)
          Get a Facelet for a URL
 String getOutput()
           
protected  void renderFacelet(javax.faces.context.FacesContext facesContext, com.sun.facelets.Facelet facelet)
          Render a Facelet
protected  void resetContextClassLoader()
           
 void run()
           
protected  void setContextClassLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RendererRequest

public RendererRequest(String viewId)
Method Detail

setContextClassLoader

protected void setContextClassLoader()

resetContextClassLoader

protected void resetContextClassLoader()

run

public void run()
         throws IOException
Throws:
IOException

getOutput

public String getOutput()

faceletForViewId

protected com.sun.facelets.Facelet faceletForViewId(String viewId)
                                             throws IOException
Get a Facelet for a URL

Throws:
IOException

renderFacelet

protected void renderFacelet(javax.faces.context.FacesContext facesContext,
                             com.sun.facelets.Facelet facelet)
                      throws IOException
Render a Facelet

Throws:
IOException


Copyright © 2011 Seam Framework. All Rights Reserved.