|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.htmlutil.JavaScriptManager
Retrieves javascript files for inclusion in a given HTML page, ensuring that each script is included only once per page. Currently is used by extending the abstract HTMLJavaScriptComponent, which contains an instance of JavaScriptManager.
Field Summary | |
private static String |
FALSE
Deprecated. |
static String |
ID
Deprecated. |
private static String |
NEEDSPROCESSING
Deprecated. |
private static String |
SCRIPTID
Deprecated. |
private Vector |
scriptRegistry
Deprecated. |
private static String |
TRUE
Deprecated. |
private static String |
versionID
Deprecated. |
Constructor Summary | |
JavaScriptManager()
Deprecated. |
Method Summary | |
void |
addScript(Properties params,
Locale locale,
OutputStream os)
Deprecated. |
void |
addScript(String scriptID,
Locale locale,
OutputStream os,
boolean needsProcessing)
Deprecated. If the script associated with scriptId has already been printed, then do nothing. |
AbstractHTMLTemplateFactory |
getHTMLTemplateFactory()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String SCRIPTID
private static final String NEEDSPROCESSING
private static final String TRUE
private static final String FALSE
private static final String versionID
public static String ID
private Vector scriptRegistry
Constructor Detail |
public JavaScriptManager()
Method Detail |
public void addScript(String scriptID, Locale locale, OutputStream os, boolean needsProcessing) throws WTException
WTException
public void addScript(Properties params, Locale locale, OutputStream os) throws WTException
WTException
public AbstractHTMLTemplateFactory getHTMLTemplateFactory() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |