Xindice API

Uses of Class
org.apache.xindice.server.Gateway

Packages that use Gateway
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 Gateway in org.apache.xindice.server
 

Methods in org.apache.xindice.server that return Gateway
static Gateway Gateway.getCurrentGateway()
          getCurrentGateway returns the operating Gateway Object for this Thread.
 

Methods in org.apache.xindice.server with parameters of type Gateway
 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 Script.run(Gateway gateway)
          run executes the Script, passing a Gateway object to it to serve as a resource provider and server gateway.
 void Kernel.runScript(java.lang.String name, Gateway gateway, boolean useFilters)
           
 void Kernel.runScript(Script script, Gateway gateway, boolean useFilters)
           
 void SimpleScript.run(Gateway gateway)
           
 void ScriptManager.runScript(java.lang.String name, Gateway gateway, boolean useFilters)
          runScript executs a Script in the ScriptManager's storage by name.
 void ScriptManager.runScript(Script script, Gateway gateway, boolean useFilters)
          runScript directly executs a Script.
 void User.setPersistentState(Gateway gateway)
          setPersistentState allows a Script to store the Gateway's current session state to the current User and serialize that state as part of the User's image in the UserManager's data store.
 void User.getPersistentState(Gateway gateway)
          getPersistentState allows a Script to retrieve the Gateway's current session state from the current User, having been serialized as part of the User's image in the UserManager's data store.
 

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

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

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

Methods in org.apache.xindice.server.methods with parameters of type Gateway
 void PUT.run(Gateway gateway)
           
 void GET.run(Gateway gateway)
           
 

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

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


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation