Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.tag.jsf.core
Class ViewHandler  view ViewHandler download ViewHandler.java

java.lang.Object
  extended bycom.sun.facelets.tag.TagHandler
      extended bycom.sun.facelets.tag.jsf.core.ViewHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public final class ViewHandler
extends com.sun.facelets.tag.TagHandler

Container for all JavaServer Faces core and custom component actions used on a page.

See tag documentation.

Version:
$Id: ViewHandler.java,v 1.4 2006/05/09 06:25:41 jhook Exp $

Field Summary
private  com.sun.facelets.tag.TagAttribute afterPhaseListener
           
private  com.sun.facelets.tag.TagAttribute beforePhaseListener
           
private  com.sun.facelets.tag.TagAttribute contentType
           
private  com.sun.facelets.tag.TagAttribute encoding
           
private static java.lang.Class[] LISTENER_SIG
           
private  com.sun.facelets.tag.TagAttribute locale
           
private  com.sun.facelets.tag.TagAttribute renderKitId
           
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
ViewHandler(com.sun.facelets.tag.TagConfig config)
           
 
Method Summary
 void apply(com.sun.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
          See taglib documentation.
 
Methods inherited from class com.sun.facelets.tag.TagHandler
findNextByType, getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LISTENER_SIG

private static final java.lang.Class[] LISTENER_SIG

locale

private final com.sun.facelets.tag.TagAttribute locale

renderKitId

private final com.sun.facelets.tag.TagAttribute renderKitId

contentType

private final com.sun.facelets.tag.TagAttribute contentType

encoding

private final com.sun.facelets.tag.TagAttribute encoding

beforePhaseListener

private final com.sun.facelets.tag.TagAttribute beforePhaseListener

afterPhaseListener

private final com.sun.facelets.tag.TagAttribute afterPhaseListener
Constructor Detail

ViewHandler

public ViewHandler(com.sun.facelets.tag.TagConfig config)
Method Detail

apply

public void apply(com.sun.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws java.io.IOException,
                  javax.faces.FacesException,
                  com.sun.facelets.FaceletException,
                  ELException
See taglib documentation.