Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

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

Constructor Summary
FormModelManager(WebFormSession session1)
          Deprecated.  
 
Method Summary
 void addControlHandler(String pattern, ControlHandler handler)
          Deprecated.  
 void addFormHandler(String pattern, FormModelHandler handler)
          Deprecated.  
 void addPlugin(PluginConfig plugin)
          Deprecated.  
 FormModel createForm(String path, WebFormTransaction tr)
          Deprecated.  
 FormDef createPath(String path)
          Deprecated.  
 FormModel getFormByGuid(String guid)
          Deprecated.  
static FormModelManager getInstance(PageContext pageContext)
          Deprecated.  
static FormModelManager getInstance(ServletRequest req)
          Deprecated.  
 ControlHandler getMulticastControlHandler(String pattern)
          Deprecated.  
 FormDef getPath(String path)
          Deprecated.  
 FormDef getPath(String path, int errorFlag, boolean createIfNotExist)
          Deprecated.  
 WebFormSession getSession()
          Deprecated.  
 Iterator selectAllPaths()
          Deprecated.  
 Iterator selectForms(String path, WebFormTransaction tr)
          Deprecated.  
 FormModel selectSingleForm(String path, WebFormTransaction tr)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormModelManager

public FormModelManager(WebFormSession session1)
Deprecated. 
Method Detail

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:
 

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.