|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cookxml.common.CommonLib
Setup common component tags.
Field Summary | |
static String |
BASE
|
static String |
LISTENERS
|
static String |
MAP
|
static String |
NAMESPACE
this is the namespace for CookXml Common tags |
static String |
NOADD
|
Constructor Summary | |
CommonLib()
|
Method Summary | |
static InheritableTagLibrary |
createTagLibrary(TagLibrary parentTagLibrary)
Create a new instance of common tag library. |
static InheritableTagLibrary |
getSingletonTagLibrary()
Get the singleton instance of the Common tag library. |
static void |
setupTags(InheritableTagLibrary tagLibrary)
Setup common component tags for a tag library. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String NAMESPACE
public static final String MAP
public static final String LISTENERS
public static final String NOADD
public static final String BASE
Constructor Detail |
public CommonLib()
Method Detail |
public static void setupTags(InheritableTagLibrary tagLibrary) throws CookXmlException
tagLibrary
- the tag library to be setup
CookXmlException
- thrown if errors occurred.public static InheritableTagLibrary createTagLibrary(TagLibrary parentTagLibrary)
parentTagLibrary
- the parent tag library
public static InheritableTagLibrary getSingletonTagLibrary()
This instance of library is not created until this functio is called.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |