org.zkoss.xel.taglib
Class TaglibDefinition
java.lang.Object
org.zkoss.xel.taglib.TaglibDefinition
public class TaglibDefinition
- extends Object
Represents the content of a taglib.
- Since:
- 6.0.0
- Author:
- tomyeh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
TaglibDefinition
public TaglibDefinition()
Copyright © 2015. All rights reserved.