|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XScriptObject | |
---|---|
org.apache.cocoon.components.language.markup.xsp | |
org.apache.cocoon.components.xscript |
Uses of XScriptObject in org.apache.cocoon.components.language.markup.xsp |
---|
Methods in org.apache.cocoon.components.language.markup.xsp that return XScriptObject | |
---|---|
XScriptObject |
SOAPHelper.invoke()
|
Constructors in org.apache.cocoon.components.language.markup.xsp with parameters of type XScriptObject | |
---|---|
SOAPHelper(ComponentManager manager,
String urlContext,
String url,
String action,
String authorization,
XScriptObject xscriptObject)
|
Uses of XScriptObject in org.apache.cocoon.components.xscript |
---|
Subclasses of XScriptObject in org.apache.cocoon.components.xscript | |
---|---|
class |
XScriptObjectFromURL
An XScriptObject created from the contents of a URL. |
class |
XScriptObjectInlineXML
An XScriptObject created from an inline XML fragment. |
class |
XScriptObjectResult
An XScriptObject created from a JAXP
Result object. |
Methods in org.apache.cocoon.components.xscript that return XScriptObject | |
---|---|
XScriptObject |
XScriptVariableScope.get(String name)
Obtains the value of the XScript name variable. |
XScriptObject |
XScriptManagerImpl.get(XScriptVariableScope pageScope,
Map objectModel,
String name,
int scope)
|
XScriptObject |
XScriptManager.get(XScriptVariableScope pageScope,
Map objectModel,
String name,
int scope)
Obtains the object value of the name variable in scope . |
XScriptObject |
XScriptManagerImpl.getFirst(XScriptVariableScope pageScope,
Map objectModel,
String name)
|
XScriptObject |
XScriptManager.getFirst(XScriptVariableScope pageScope,
Map objectModel,
String name)
Search for the first occurence of the variable name . |
XScriptObject |
XScriptVariableScope.remove(String name)
Removes the XScript variable that's accessible via name . |
XScriptObject |
XScriptManagerImpl.remove(XScriptVariableScope pageScope,
Map objectModel,
String name,
int scope)
|
XScriptObject |
XScriptManager.remove(XScriptVariableScope pageScope,
Map objectModel,
String name,
int scope)
Removes a variable previously declared in scope
within context . |
XScriptObject |
XScriptManagerImpl.removeFirst(XScriptVariableScope pageScope,
Map objectModel,
String name)
|
XScriptObject |
XScriptManager.removeFirst(XScriptVariableScope pageScope,
Map objectModel,
String name)
Remove the first appearance of name in the all the
currently accessible scopes. |
XScriptObject |
XScriptObject.transform(XScriptObject stylesheet,
Parameters params)
Apply the XSLT stylesheet defined by the stylesheet
variable to this instance. |
Methods in org.apache.cocoon.components.xscript with parameters of type XScriptObject | |
---|---|
void |
XScriptVariableScope.put(String name,
XScriptObject value)
Define a new variable or overwrite the value of an existing variable in this scope. |
void |
XScriptManagerImpl.put(XScriptVariableScope pageScope,
Map objectModel,
String name,
XScriptObject value,
int scope)
|
void |
XScriptManager.put(XScriptVariableScope pageScope,
Map objectModel,
String name,
XScriptObject value,
int scope)
Defines or overwrites the value of variable name in scope . |
void |
XScriptManagerImpl.register(XScriptObject object)
|
XScriptObject |
XScriptObject.transform(XScriptObject stylesheet,
Parameters params)
Apply the XSLT stylesheet defined by the stylesheet
variable to this instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |