|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptComponent | |
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 ScriptComponent in org.apache.xindice.server |
Subinterfaces of ScriptComponent in org.apache.xindice.server | |
interface |
ScriptFilter
ScriptFilter implementations are treated as interception modules for accessing Scripts via a ScriptManager implementation. |
Classes in org.apache.xindice.server that implement ScriptComponent | |
class |
SimpleScript
SimpleScript is an extendable implementation of the Script and ScriptComponent interfaces. |
class |
SimpleScriptComponent
SimpleScriptComponent is an extendable implementation of the ScriptComponent interface. |
Methods in org.apache.xindice.server that return ScriptComponent | |
ScriptComponent |
Kernel.getComponent(java.lang.String name)
|
ScriptComponent |
Gateway.getComponent(java.lang.String name)
getComponent returns a component of the specified name. |
ScriptComponent |
ComponentManager.getComponent(java.lang.String name)
getComponent returns a component of the specified name. |
Methods in org.apache.xindice.server with parameters of type ScriptComponent | |
boolean |
Kernel.addComponent(ScriptComponent component,
java.lang.String name)
|
boolean |
Kernel.addComponent(ScriptComponent component)
|
boolean |
ComponentManager.addComponent(ScriptComponent component,
java.lang.String name)
addComponent adds a ScriptComponent to the ComponentManager by name. |
boolean |
ComponentManager.addComponent(ScriptComponent component)
addComponent adds a ScriptComponent to the ComponentManager using the name returned by the ScriptComponent. |
Uses of ScriptComponent in org.apache.xindice.server.components |
Classes in org.apache.xindice.server.components that implement ScriptComponent | |
class |
BasicAuthentication
BasicAuthentication is an implementation of ScriptFilter that implements HTTP BASIC authentication. |
class |
DBConduit
DBConduit provides a JDBC Connection pooling mechanism. |
Uses of ScriptComponent in org.apache.xindice.server.methods |
Classes in org.apache.xindice.server.methods that implement ScriptComponent | |
class |
GET
GET is an HTTP 1.1 compliant GET method. |
class |
PUT
PUT probably needs serious fixing |
Uses of ScriptComponent in org.apache.xindice.server.standard |
Methods in org.apache.xindice.server.standard that return ScriptComponent | |
ScriptComponent |
StdComponentManager.getComponent(java.lang.String name)
|
Methods in org.apache.xindice.server.standard with parameters of type ScriptComponent | |
boolean |
StdComponentManager.addComponent(ScriptComponent component,
java.lang.String name)
|
boolean |
StdComponentManager.addComponent(ScriptComponent component)
|
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |