cyber.web.form
Class FormModelManager
java.lang.Object
|
+--cyber.web.form.FormModelManager
Deprecated. This class is part of WebForm Architecture 1.0 and which
is replaced by the 2.0 architecture.
- public class FormModelManager
- extends Object
- Author:
- cying
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormModelManager
public FormModelManager(WebFormSession session1)
- Deprecated.
getInstance
public static FormModelManager getInstance(PageContext pageContext)
- Deprecated.
getInstance
public static FormModelManager getInstance(ServletRequest req)
- Deprecated.
getPath
public FormDef getPath(String path)
- Deprecated.
getPath
public FormDef getPath(String path,
int errorFlag,
boolean createIfNotExist)
- Deprecated.
createPath
public FormDef createPath(String path)
- Deprecated.
createForm
public FormModel createForm(String path,
WebFormTransaction tr)
- Deprecated.
selectForms
public Iterator selectForms(String path,
WebFormTransaction tr)
- Deprecated.
selectSingleForm
public FormModel selectSingleForm(String path,
WebFormTransaction tr)
- Deprecated.
addFormHandler
public void addFormHandler(String pattern,
FormModelHandler handler)
- Deprecated.
addControlHandler
public void addControlHandler(String pattern,
ControlHandler handler)
- Deprecated.
getMulticastControlHandler
public ControlHandler getMulticastControlHandler(String pattern)
- Deprecated.
getFormByGuid
public FormModel getFormByGuid(String guid)
- Deprecated.
- Returns:
-
addPlugin
public void addPlugin(PluginConfig plugin)
- Deprecated.
selectAllPaths
public Iterator selectAllPaths()
- Deprecated.
getSession
public WebFormSession getSession()
- Deprecated.
- Returns:
-
Copyright 2000-2002 Apache Software Foundation.