org.ajax4jsf.javascript
Class JSWithDependencies
java.lang.Object
org.ajax4jsf.javascript.ScriptStringBase
org.ajax4jsf.javascript.JSWithDependencies
- All Implemented Interfaces:
- ScriptString, ScriptWithDependencies, ResourceLibrary
public class JSWithDependencies
- extends ScriptStringBase
- implements ScriptWithDependencies
Wrapper object that adds dependencies to any object whether it implements ScriptString
or not.
- Author:
- asmirnov@exadel.com
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 |
JSWithDependencies
public JSWithDependencies(Object wrapped,
Iterable<ResourceKey> resources)
JSWithDependencies
public JSWithDependencies(Object wrapped,
ResourceKey... resources)
getResources
public Iterable<ResourceKey> getResources()
- Specified by:
getResources
in interface ResourceLibrary
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
- Throws:
IOException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.