|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTagConfig
public final class TagConfig
This class implements a series of static method that will return configuration information. The
information is buffered, and config properties values defined here. The document type configuration
is not found in this class. It is found TagRenderBase TagRenderingBase
and the HTML tag Html
.
Constructor Summary | |
---|---|
TagConfig()
|
Method Summary | |
---|---|
static String |
getTreeImageLocation()
This method returns the default location for the tree images. |
static boolean |
isDefaultJavaScript()
Return true if the default JavaScript support should be written to the output stream. |
static boolean |
isLegacyJavaScript()
Return true if the legacy JavaScript support should be written to the output stream. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagConfig()
Method Detail |
---|
public static boolean isLegacyJavaScript()
public static boolean isDefaultJavaScript()
public static String getTreeImageLocation()
<tree-image-location>resources/images</tree-image-location>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |