|
Project Wonder 5.0.0.8787 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
com.webobjects.appserver._private.WODynamicGroup
com.webobjects.appserver._private.WOHTMLDynamicElement
er.extensions.components.javascript.ERXJavaScript
public class ERXJavaScript
Modern version of a javascript component.
| 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 |
| Nested Class Summary | |
|---|---|
static class |
ERXJavaScript.Script
|
| Field Summary | |
|---|---|
static Logger |
log
logging support |
| Fields inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement |
|---|
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML |
| Fields inherited from class com.webobjects.appserver._private.WODynamicGroup |
|---|
_children |
| Fields inherited from class com.webobjects.appserver.WODynamicElement |
|---|
_ConstructorParameters |
| Constructor Summary | |
|---|---|
ERXJavaScript(String s,
NSDictionary nsdictionary,
WOElement woelement)
|
|
| Method Summary | |
|---|---|
void |
appendAttributesToResponse(WOResponse woresponse,
WOContext wocontext)
|
void |
appendChildrenToResponse(WOResponse woresponse,
WOContext wocontext)
|
void |
appendToResponse(WOResponse woresponse,
WOContext wocontext)
|
String |
toString()
|
| Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement |
|---|
__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, urlAttributeAssociations |
| Methods inherited from class com.webobjects.appserver._private.WODynamicGroup |
|---|
addChildElement, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest, takeValuesFromRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Logger log
| Constructor Detail |
|---|
public ERXJavaScript(String s,
NSDictionary nsdictionary,
WOElement woelement)
| Method Detail |
|---|
public void appendAttributesToResponse(WOResponse woresponse,
WOContext wocontext)
appendAttributesToResponse in class com.webobjects.appserver._private.WOHTMLDynamicElement
public void appendChildrenToResponse(WOResponse woresponse,
WOContext wocontext)
appendChildrenToResponse in class com.webobjects.appserver._private.WODynamicGroup
public void appendToResponse(WOResponse woresponse,
WOContext wocontext)
appendToResponse in class com.webobjects.appserver._private.WOHTMLDynamicElementpublic String toString()
toString in class com.webobjects.appserver._private.WOHTMLDynamicElement
|
Last updated: Wed, Jan 7, 2009 04:35 AM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||