All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.formedit.FormEditorFactory

java.lang.Object
   |
   +----w3c.jigsaw.formedit.FormEditorFactory

public class FormEditorFactory
extends Object
The form editor factory. Given any Resource, this factory will lok into its set of registered editors to find one that match the given resource. It will than instantiate it and return an appropriate instanbce of ResourceEditor.


Constructor Index

 o FormEditorFactory()

Method Index

 o getEditor(Resource)
 o registerEditor(String, String)

Constructors

 o FormEditorFactory
 public FormEditorFactory()

Methods

 o registerEditor
 public static synchronized void registerEditor(String clsname,
                                                String editname)
 o getEditor
 public static synchronized HTTPResource getEditor(Resource resource)

All Packages  Class Hierarchy  This Package  Previous  Next  Index