Uses of Class
org.apache.cocoon.components.xscript.XScriptObject

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 XScriptVariableScope.remove(String name)
          Removes the XScript variable that's accessible via name.
 XScriptObject XScriptObject.transform(XScriptObject stylesheet, Parameters params)
          Apply the XSLT stylesheet defined by the stylesheet variable to this instance.
 XScriptObject XScriptManagerImpl.get(XScriptVariableScope pageScope, Map objectModel, String name, int scope)
           
 XScriptObject XScriptManagerImpl.getFirst(XScriptVariableScope pageScope, Map objectModel, String name)
           
 XScriptObject XScriptManagerImpl.remove(XScriptVariableScope pageScope, Map objectModel, String name, int scope)
           
 XScriptObject XScriptManagerImpl.removeFirst(XScriptVariableScope pageScope, Map objectModel, String name)
           
 XScriptObject XScriptManager.get(XScriptVariableScope pageScope, Map objectModel, String name, int scope)
          Obtains the object value of the name variable in scope.
 XScriptObject XScriptManager.getFirst(XScriptVariableScope pageScope, Map objectModel, String name)
          Search for the first occurence of the variable name.
 XScriptObject XScriptManager.remove(XScriptVariableScope pageScope, Map objectModel, String name, int scope)
          Removes a variable previously declared in scope within context.
 XScriptObject XScriptManager.removeFirst(XScriptVariableScope pageScope, Map objectModel, String name)
          Remove the first appearance of name in the all the currently accessible scopes.
 

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.
 XScriptObject XScriptObject.transform(XScriptObject stylesheet, Parameters params)
          Apply the XSLT stylesheet defined by the stylesheet variable to this instance.
 void XScriptManagerImpl.register(XScriptObject object)
           
 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.
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.