|
|||||||||
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 String |
getTreeRendererClassName()
This method returns the class name of the renderer to use for NetUI trees in the Web application. |
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>
public static String getTreeRendererClassName()
TreeRenderer
, unless
NetUI is configured to use a different implementation.
This may be configured by setting the <tree-renderer-class>
element in the beehive-netui-config file to the name of a class that
extends TreeRenderer
.
<tree-renderer-class>com.xyz.tree.CustomTreeRenderer</tree-renderer-class>
Note that the NetUI Tree
tag has an attribute for setting the name of the TreeRenderer class to
use on a tree by tree bases.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |