org.ajax4jsf.javascript
Class ScriptStringBase
java.lang.Object
org.ajax4jsf.javascript.ScriptStringBase
- All Implemented Interfaces:
- ScriptString
- Direct Known Subclasses:
- JSFunction, JSFunctionDefinition, JSLiteral, JSReference, JSWithDependencies
public abstract class ScriptStringBase
- extends Object
- implements ScriptString
- Version:
- $Revision: 1.1.2.2 $ $Date: 2007/01/26 10:38:52 $
- Author:
- shura (latest modification by $Author: alexsmirnov $)
FUNCTION
public static final String FUNCTION
- See Also:
- Constant Field Values
EQUALS
public static final String EQUALS
- See Also:
- Constant Field Values
DOT
public static final String DOT
- See Also:
- Constant Field Values
COMMA
public static final String COMMA
- See Also:
- Constant Field Values
EMPTY_STRING
public static final String EMPTY_STRING
- See Also:
- Constant Field Values
LEFT_CURLY_BRACKET
public static final String LEFT_CURLY_BRACKET
- See Also:
- Constant Field Values
RIGHT_CURLY_BRACKET
public static final String RIGHT_CURLY_BRACKET
- See Also:
- Constant Field Values
LEFT_ROUND_BRACKET
public static final String LEFT_ROUND_BRACKET
- See Also:
- Constant Field Values
RIGHT_ROUND_BRACKET
public static final String RIGHT_ROUND_BRACKET
- See Also:
- Constant Field Values
LEFT_SQUARE_BRACKET
public static final String LEFT_SQUARE_BRACKET
- See Also:
- Constant Field Values
RIGHT_SQUARE_BRACKET
public static final String RIGHT_SQUARE_BRACKET
- See Also:
- Constant Field Values
COLON
public static final String COLON
- See Also:
- Constant Field Values
ScriptStringBase
public ScriptStringBase()
toScript
public String toScript()
- Description copied from interface:
ScriptString
- Return object content as JavaScript String.
- Specified by:
toScript
in interface ScriptString
- Returns:
appendScriptToStringBuilder
public void appendScriptToStringBuilder(StringBuilder stringBuilder)
- Description copied from interface:
ScriptString
- Append JavaScript code to @link
StringBuilder
- Specified by:
appendScriptToStringBuilder
in interface ScriptString
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.