ERXJavaScript Class Reference

Inherits com::webobjects::appserver::_private::WOHTMLDynamicElement.

Collaboration diagram for ERXJavaScript:

Collaboration graph
[legend]

List of all members.

Classes

class  Script

Public Member Functions

void appendAttributesToResponse (WOResponse woresponse, WOContext wocontext)
void appendChildrenToResponse (WOResponse woresponse, WOContext wocontext)
void appendToResponse (WOResponse woresponse, WOContext wocontext)
 ERXJavaScript (String s, NSDictionary nsdictionary, WOElement woelement)
String toString ()

Static Public Attributes

static final Logger log = Logger.getLogger(ERXJavaScript.class)

Package Attributes

WOAssociation _filename
WOAssociation _framework
WOAssociation _hideInComment
WOAssociation _language
WOAssociation _scriptFile
WOAssociation _scriptFramework
WOAssociation _scriptKey
WOAssociation _scriptSource
WOAssociation _scriptString

Static Private Member Functions

static ERXExpiringCache
< Object, WOResponse > 
cache (WOSession session)


Detailed Description

Modern version of a javascript component. 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

Constructor & Destructor Documentation

ERXJavaScript ( String  s,
NSDictionary  nsdictionary,
WOElement  woelement 
)


Member Function Documentation

void appendAttributesToResponse ( WOResponse  woresponse,
WOContext  wocontext 
)

void appendChildrenToResponse ( WOResponse  woresponse,
WOContext  wocontext 
)

void appendToResponse ( WOResponse  woresponse,
WOContext  wocontext 
)

static ERXExpiringCache<Object, WOResponse> cache ( WOSession  session  )  [static, private]

String toString (  ) 


Member Data Documentation

WOAssociation _filename [package]

WOAssociation _framework [package]

WOAssociation _hideInComment [package]

WOAssociation _language [package]

WOAssociation _scriptFile [package]

WOAssociation _scriptFramework [package]

WOAssociation _scriptKey [package]

WOAssociation _scriptSource [package]

WOAssociation _scriptString [package]

final Logger log = Logger.getLogger(ERXJavaScript.class) [static]

logging support


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:06 2012 for Project Wonder by  doxygen 1.5.8