org.zkoss.xel.taglib
Class TaglibDefinition

java.lang.Object
  extended by org.zkoss.xel.taglib.TaglibDefinition

public class TaglibDefinition
extends Object

Represents the content of a taglib.

Since:
6.0.0
Author:
tomyeh

Field Summary
 Map<String,Class<?>> classes
          A map of classes.
 Map<String,Function> functions
          A map of functions.
 
Constructor Summary
TaglibDefinition()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

functions

public final Map<String,Function> functions
A map of functions. The key is the name associated with the function.


classes

public final Map<String,Class<?>> classes
A map of classes. The key is the name associated with the implied class.

Constructor Detail

TaglibDefinition

public TaglibDefinition()


Copyright © 2013. All Rights Reserved.