All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.indexer.IndexersEditor
java.lang.Object
|
+----w3c.tools.store.AttributeHolder
|
+----w3c.tools.store.Resource
|
+----w3c.jigsaw.resources.HTTPResource
|
+----w3c.jigsaw.resources.FilteredResource
|
+----w3c.jigsaw.resources.FileResource
|
+----w3c.jigsaw.forms.PostableResource
|
+----w3c.jigsaw.forms.FormResource
|
+----w3c.jigsaw.indexer.IndexersEditor
- public class IndexersEditor
- extends FormResource
- implements ResourceLocker
-
IndexersEditor()
-
-
defineFormCards()
- Define the forms card.
-
initialize(Object[])
- Initialize the realm editor
-
lookup(LookupState, LookupResult)
- Lookup in the realms editor for a defined realm.
-
notifyResourceLockBreak(Resource)
- Resource locker implementation - Some realm is going down.
IndexersEditor
public IndexersEditor()
notifyResourceLockBreak
public synchronized void notifyResourceLockBreak(Resource r)
- Resource locker implementation - Some realm is going down.
- Parameters:
- resource - The realm being shutdown.
defineFormCards
protected void defineFormCards()
- Define the forms card.
lookup
public boolean lookup(LookupState ls,
LookupResult lr) throws HTTPException
- Lookup in the realms editor for a defined realm.
- Parameters:
- state - The current lookup state.
- Returns:
- A Resource to edit the realm.
- Overrides:
- lookup in class FormResource
initialize
public void initialize(Object values[])
- Initialize the realm editor
- Overrides:
- initialize in class FormResource
All Packages Class Hierarchy This Package Previous Next Index