org.jboss.gravel.navigation.handler
Class NavHandler

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by org.jboss.gravel.navigation.handler.NavHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

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


Constructor Summary
NavHandler(com.sun.facelets.tag.TagConfig config)
           
 
Method Summary
 void apply(com.sun.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
           
 com.sun.facelets.tag.TagAttribute getOutcomeNameAttr()
           
 com.sun.facelets.tag.TagAttribute getRedirectAttr()
           
 com.sun.facelets.tag.TagAttribute getStoreMessagesAttr()
           
 com.sun.facelets.tag.TagAttribute getUrlAttr()
           
 com.sun.facelets.tag.TagAttribute getViewIdAttr()
           
 
Methods inherited from class com.sun.facelets.tag.TagHandler
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavHandler

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

getOutcomeNameAttr

public com.sun.facelets.tag.TagAttribute getOutcomeNameAttr()

getViewIdAttr

public com.sun.facelets.tag.TagAttribute getViewIdAttr()

getUrlAttr

public com.sun.facelets.tag.TagAttribute getUrlAttr()

getRedirectAttr

public com.sun.facelets.tag.TagAttribute getRedirectAttr()

getStoreMessagesAttr

public com.sun.facelets.tag.TagAttribute getStoreMessagesAttr()

apply

public void apply(com.sun.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws IOException,
                  javax.faces.FacesException,
                  javax.el.ELException
Throws:
IOException
javax.faces.FacesException
javax.el.ELException