org.ajax4jsf.javascript
Class JSReference
java.lang.Object
org.ajax4jsf.javascript.ScriptStringBase
org.ajax4jsf.javascript.JSReference
- All Implemented Interfaces:
- ScriptString
public class JSReference
- extends ScriptStringBase
Create reference to JavaScript variable with optional index.
- Version:
- $Revision: 1.1.2.1 $ $Date: 2007/01/09 18:58:30 $
- Author:
- asmirnov@exadel.com (latest modification by $Author: alexsmirnov $)
Fields inherited from class org.ajax4jsf.javascript.ScriptStringBase |
COLON, COMMA, DOT, EMPTY_STRING, EQUALS, FUNCTION, LEFT_CURLY_BRACKET, LEFT_ROUND_BRACKET, LEFT_SQUARE_BRACKET, RIGHT_CURLY_BRACKET, RIGHT_ROUND_BRACKET, RIGHT_SQUARE_BRACKET |
Constructor Summary |
JSReference(java.lang.String name)
|
JSReference(java.lang.String name,
java.lang.Object index)
|
Method Summary |
void |
appendScript(java.lang.Appendable target)
Append JavaScript code to @link Appendable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EVENT
public static final JSReference EVENT
THIS
public static final JSReference THIS
TRUE
public static final JSReference TRUE
NULL
public static final JSReference NULL
FALSE
public static final JSReference FALSE
JSReference
public JSReference(java.lang.String name)
- Parameters:
name
-
JSReference
public JSReference(java.lang.String name,
java.lang.Object index)
- Parameters:
name
- index
-
appendScript
public void appendScript(java.lang.Appendable target)
throws java.io.IOException
- Description copied from interface:
ScriptString
- Append JavaScript code to @link
Appendable
- Throws:
java.io.IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.