public class ERXJavaScript extends com.webobjects.appserver._private.WOHTMLDynamicElement
| Bindings | |
scriptSource | SRC attribute, either a full URL or the filename of the script |
filename | (same as scriptSource, but matches ERXStyleSheet) |
scriptFile | the filename of the script when it should be
included in the page (only for compatibility, simply use the content) |
scriptFramework | name of the framework for the script |
framework | (same as scriptFramework, but matches ERXStyleSheet) |
scriptString | the script text when it should be
included in the page (only for compatibility, simply use the content) |
scriptKey | if set, the content will get rendered into an external script src |
hideInComment | boolean that specifies if the script content should
be included in HTML comments, true by default of the script tag contains a script |
| Properties | |
er.extensions.ERXJavaScript.hideInComment | sets globally if the script
content should be included within HTML comments, defaults to true |
| Modifier and Type | Class and Description |
|---|---|
static class |
ERXJavaScript.Script |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log
logging support
|
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML_children_ConstructorParameters| Constructor and Description |
|---|
ERXJavaScript(java.lang.String s,
NSDictionary<java.lang.String,WOAssociation> nsdictionary,
WOElement woelement) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendAttributesToResponse(WOResponse woresponse,
WOContext wocontext) |
void |
appendChildrenToResponse(WOResponse woresponse,
WOContext wocontext) |
void |
appendToResponse(WOResponse woresponse,
WOContext wocontext) |
java.lang.String |
toString() |
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _appendCloseTagToResponse, _appendOpenTagToResponse, _appendTagAttributeAndValueToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendHiddenFieldToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, classInContext, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributeAssociations, constantAttributesRepresentation, elementName, escapeHTML, hasContent, idInContext, isRenderedInContext, nonUrlAttributeAssociations, prefixInContext, secureInContext, stringValueInContext, styleInContext, suffixInContext, titleInContext, urlAttributeAssociationsaddChildElement, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest, takeValuesFromRequestpublic ERXJavaScript(java.lang.String s,
NSDictionary<java.lang.String,WOAssociation> nsdictionary,
WOElement woelement)
public void appendAttributesToResponse(WOResponse woresponse, WOContext wocontext)
appendAttributesToResponse in class com.webobjects.appserver._private.WOHTMLDynamicElementpublic void appendChildrenToResponse(WOResponse woresponse, WOContext wocontext)
appendChildrenToResponse in class com.webobjects.appserver._private.WODynamicGrouppublic void appendToResponse(WOResponse woresponse, WOContext wocontext)
appendToResponse in class com.webobjects.appserver._private.WOHTMLDynamicElementpublic java.lang.String toString()
toString in class com.webobjects.appserver._private.WOHTMLDynamicElementCopyright © 2002 – 2022 Project Wonder.