org.apache.myfaces.view.facelets.tag.jsf
Class PassThroughLibrary

java.lang.Object
  extended by org.apache.myfaces.view.facelets.tag.AbstractTagLibrary
      extended by org.apache.myfaces.view.facelets.tag.jsf.PassThroughLibrary
All Implemented Interfaces:
TagLibrary

public class PassThroughLibrary
extends AbstractTagLibrary

Dummy library, so passthrough namespace can be recognized by facelet compiler. No real components or tags here, this is only used for attributes.

Author:
Leonardo Uribe

Field Summary
static String ALIAS_NAMESPACE
           
static PassThroughLibrary INSTANCE
           
static String NAMESPACE
           
 
Constructor Summary
PassThroughLibrary()
           
 
Method Summary
 
Methods inherited from class org.apache.myfaces.view.facelets.tag.AbstractTagLibrary
addBehavior, addBehavior, addComponent, addComponent, addComponentFromResourceId, addConverter, addConverter, addFunction, addTagHandler, addUserTag, addValidator, addValidator, containsFunction, containsNamespace, containsTagHandler, createFunction, createTagHandler, getNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

ALIAS_NAMESPACE

public static final String ALIAS_NAMESPACE
See Also:
Constant Field Values

INSTANCE

public static final PassThroughLibrary INSTANCE
Constructor Detail

PassThroughLibrary

public PassThroughLibrary()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.