Xindice API

Uses of Interface
org.apache.xindice.server.Script

Packages that use Script
org.apache.xindice.server This package contains all of the classes that comprise the Xindice server framework. 
org.apache.xindice.server.components This package contains some Xindice server components. 
org.apache.xindice.server.methods This package contains all of the classes that comprise the Xindice server methods. 
org.apache.xindice.server.standard This package contains all of the classes that comprise the Xindice server framework standard API implements. 
 

Uses of Script in org.apache.xindice.server
 

Classes in org.apache.xindice.server that implement Script
 class SimpleScript
          SimpleScript is an extendable implementation of the Script and ScriptComponent interfaces.
 

Methods in org.apache.xindice.server that return Script
 Script Kernel.getScript(java.lang.String name)
           
 Script ScriptManager.getScript(java.lang.String name)
          getScript retrieves a Script from the ScriptManager's storage by name.
 

Methods in org.apache.xindice.server with parameters of type Script
 boolean ScriptFilter.run(Script script, Gateway gateway)
          run executes the ScriptFilter, passing to it the Script that will ultimately be executed as part of the request, and the Gateway object that will ultimately be passed to the Script.
 void Kernel.runScript(Script script, Gateway gateway, boolean useFilters)
           
 boolean Kernel.addScript(java.lang.String name, Script script)
           
 boolean ScriptManager.addScript(java.lang.String name, Script script)
          addScript adds a Script to the ScriptManager's storage by name.
 void ScriptManager.runScript(Script script, Gateway gateway, boolean useFilters)
          runScript directly executs a Script.
 

Uses of Script in org.apache.xindice.server.components
 

Methods in org.apache.xindice.server.components with parameters of type Script
 boolean BasicAuthentication.run(Script script, Gateway gateway)
           
 

Uses of Script in org.apache.xindice.server.methods
 

Classes in org.apache.xindice.server.methods that implement Script
 class GET
          GET is an HTTP 1.1 compliant GET method.
 class PUT
          PUT probably needs serious fixing
 

Uses of Script in org.apache.xindice.server.standard
 

Methods in org.apache.xindice.server.standard that return Script
 Script StdScriptManager.getScript(java.lang.String name)
           
 

Methods in org.apache.xindice.server.standard with parameters of type Script
 boolean StdScriptManager.addScript(java.lang.String name, Script script)
           
 void StdScriptManager.runScript(Script script, Gateway gateway, boolean useFilters)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation