|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Versioning | |
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 Versioning in org.apache.xindice.server |
Subinterfaces of Versioning in org.apache.xindice.server | |
interface |
Script
Objects that implement the Script interface are used in defining custom-functionality for the Xindice server. |
interface |
ScriptComponent
ScriptComponent implementations are treated as shared resources and can be accessed using Kernel's getComponent method. |
interface |
ScriptFilter
ScriptFilter implementations are treated as interception modules for accessing Scripts via a ScriptManager implementation. |
Classes in org.apache.xindice.server that implement Versioning | |
class |
SimpleScript
SimpleScript is an extendable implementation of the Script and ScriptComponent interfaces. |
class |
SimpleScriptComponent
SimpleScriptComponent is an extendable implementation of the ScriptComponent interface. |
class |
VersionProxy
VersionProxy provides a conduit to a package from a module that may or may not belong to a package of its own. |
Methods in org.apache.xindice.server with parameters of type Versioning | |
void |
Kernel.setResource(Versioning versioning,
java.lang.String name,
java.lang.Object object)
|
void |
Kernel.removeResource(Versioning versioning,
java.lang.String name)
|
java.lang.Object |
Kernel.getResource(Versioning versioning,
java.lang.String name)
|
void |
Kernel.lockResource(Versioning versioning,
java.lang.String name)
|
void |
Kernel.unlockResource(Versioning versioning,
java.lang.String name)
|
ScriptFilter[] |
Kernel.getFilters(Versioning versioning)
|
void |
ResourceManager.setResource(Versioning versioning,
java.lang.String name,
java.lang.Object object)
setResource places a resource by name into the ResourceManager. |
void |
ResourceManager.removeResource(Versioning versioning,
java.lang.String name)
removeResource removes a resource by name from the ResourceManager. |
java.lang.Object |
ResourceManager.getResource(Versioning versioning,
java.lang.String name)
getResource retrieves a resource by name from the ResourceManager. |
void |
ResourceManager.lockResource(Versioning versioning,
java.lang.String name)
lockResource locks a resource by name in the ResourceManager. |
void |
ResourceManager.unlockResource(Versioning versioning,
java.lang.String name)
unlockResource unlocks a resource by name in the ResourceManager. |
void |
Gateway.setResource(Versioning versioning,
java.lang.String name,
java.lang.Object object)
setResource places a resource by name into the ResourceManager. |
void |
Gateway.removeResource(Versioning versioning,
java.lang.String name)
removeResource removes a resource by name from the ResourceManager. |
java.lang.Object |
Gateway.getResource(Versioning versioning,
java.lang.String name)
getResource retrieves a resource by name from the ResourceManager. |
ScriptFilter[] |
ComponentManager.getFilters(Versioning versioning)
getFilters returns a set of ScriptFilters for the specified Versioning object. |
Uses of Versioning in org.apache.xindice.server.components |
Classes in org.apache.xindice.server.components that implement Versioning | |
class |
BasicAuthentication
BasicAuthentication is an implementation of ScriptFilter that implements HTTP BASIC authentication. |
class |
DBConduit
DBConduit provides a JDBC Connection pooling mechanism. |
Uses of Versioning in org.apache.xindice.server.methods |
Classes in org.apache.xindice.server.methods that implement Versioning | |
class |
GET
GET is an HTTP 1.1 compliant GET method. |
class |
PUT
PUT probably needs serious fixing |
Uses of Versioning in org.apache.xindice.server.standard |
Methods in org.apache.xindice.server.standard with parameters of type Versioning | |
ScriptFilter[] |
StdComponentManager.getFilters(Versioning versioning)
|
void |
StdResourceManager.setResource(Versioning versioning,
java.lang.String name,
java.lang.Object object)
|
void |
StdResourceManager.removeResource(Versioning versioning,
java.lang.String name)
|
java.lang.Object |
StdResourceManager.getResource(Versioning versioning,
java.lang.String name)
|
void |
StdResourceManager.lockResource(Versioning versioning,
java.lang.String name)
|
void |
StdResourceManager.unlockResource(Versioning versioning,
java.lang.String name)
|
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |