Xindice API

org.apache.xindice.server
Interface ScriptComponent

All Superinterfaces:
Named, Versioning
All Known Subinterfaces:
ScriptFilter
All Known Implementing Classes:
SimpleScriptComponent

public interface ScriptComponent
extends Versioning

ScriptComponent implementations are treated as shared resources and can be accessed using Kernel's getComponent method. A ScriptComponent is instantiated and then initialized using the Configurable interface.

See Also:
Kernel.getComponent(java.lang.String)

Methods inherited from interface org.apache.xindice.server.Versioning
getPackageName, getVersion
 
Methods inherited from interface org.apache.xindice.util.Named
getName
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation