org.ajax4jsf.javascript
Class JSObject
java.lang.Object
org.ajax4jsf.javascript.ScriptStringBase
org.ajax4jsf.javascript.JSFunction
org.ajax4jsf.javascript.JSObject
- All Implemented Interfaces:
- ScriptString
public class JSObject
- extends JSFunction
- Version:
- $Revision: 1.1.2.1 $ $Date: 2007/01/09 18:58:30 $
- Author:
- shura (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 |
JSObject
public JSObject(String name,
Object... parameters)
- Parameters:
name
- parameter
-
appendScript
public void appendScript(Appendable target)
throws IOException
- Description copied from interface:
ScriptString
- Append JavaScript code to @link
Appendable
- Specified by:
appendScript
in interface ScriptString
- Overrides:
appendScript
in class JSFunction
- Throws:
IOException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.