Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

cyber.web.form
Class ControlEventImpl

java.lang.Object
  |
  +--cyber.web.form.ControlEventImpl
All Implemented Interfaces:
ControlEvent

Deprecated. This class is part of WebForm Architecture 1.0 and which is replaced by the 2.0 architecture.

public class ControlEventImpl
extends Object
implements ControlEvent

Author:
cying

Field Summary
 CompositeControl ctrl
          Deprecated.  
 String ctrlType
          Deprecated.  
 Attributable ctrlViewState
          Deprecated.  
static int EVENT_ADD_TAG_PARAM
          Deprecated.  
 int eventId
          Deprecated.  
 PageContext pageContext
          Deprecated.  
 String parameterExtraInfo
          Deprecated.  
 String parameterName
          Deprecated.  
 String parameterValue
          Deprecated.  
 String tagParamName
          Deprecated.  
 String tagParamType
          Deprecated.  
 String tagParamValue
          Deprecated.  
 String uniqueId
          Deprecated.  
 
Fields inherited from interface cyber.web.form.ControlEvent
EVENT_GENERATE_HTML, EVENT_GENERATE_HTML_MARKUP, EVENT_PROCESS_REQUEST_PARAMETER, EVENT_TAG_END, EVENT_TAG_START
 
Constructor Summary
ControlEventImpl(HttpServletRequest request1, HttpServletResponse response1, CompositeControl ctrl1, String ctrlType1, int eventId1)
          Deprecated.  
ControlEventImpl(int eventId1)
          Deprecated.  
ControlEventImpl(PageContext pageContext1, CompositeControl ctrl1, String ctrlType1, int eventId1)
          Deprecated.  
 
Method Summary
 CompositeControl getControl()
          Deprecated.  
 String getCtrlType()
          Deprecated.  
 Attributable getCtrlViewState()
          Deprecated.  
 int getEvent()
          Deprecated.  
 FormModel getForm()
          Deprecated.  
 JspWriter getOut()
          Deprecated.  
 PageContext getPageContext()
          Deprecated.  
 String getParameterExtraInfo()
          Deprecated.  
 String getParameterName()
          Deprecated.  
 String getParameterValue()
          Deprecated.  
 PrintWriter getPrintWriter()
          Deprecated.  
 HttpServletRequest getRequest()
          Deprecated.  
 HttpSession getSession()
          Deprecated.  
 String getTagParamName()
          Deprecated.  
 String getTagParamType()
          Deprecated.  
 String getTagParamValue()
          Deprecated.  
 String getUniqueIdentifier()
          Deprecated.  
 String getUniqueIdentifier(String extraInfo)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameterExtraInfo

public String parameterExtraInfo
Deprecated. 

pageContext

public PageContext pageContext
Deprecated. 

ctrl

public CompositeControl ctrl
Deprecated. 

uniqueId

public String uniqueId
Deprecated. 

ctrlType

public String ctrlType
Deprecated. 

ctrlViewState

public Attributable ctrlViewState
Deprecated. 

eventId

public int eventId
Deprecated. 

EVENT_ADD_TAG_PARAM

public static final int EVENT_ADD_TAG_PARAM
Deprecated. 

tagParamName

public String tagParamName
Deprecated. 

tagParamValue

public String tagParamValue
Deprecated. 

tagParamType

public String tagParamType
Deprecated. 

parameterName

public String parameterName
Deprecated. 

parameterValue

public String parameterValue
Deprecated. 
Constructor Detail

ControlEventImpl

public ControlEventImpl(PageContext pageContext1,
                        CompositeControl ctrl1,
                        String ctrlType1,
                        int eventId1)
Deprecated. 

ControlEventImpl

public ControlEventImpl(HttpServletRequest request1,
                        HttpServletResponse response1,
                        CompositeControl ctrl1,
                        String ctrlType1,
                        int eventId1)
Deprecated. 

ControlEventImpl

public ControlEventImpl(int eventId1)
Deprecated. 
Method Detail

getPageContext

public PageContext getPageContext()
Deprecated. 
Specified by:
getPageContext in interface ControlEvent

getOut

public JspWriter getOut()
Deprecated. 
Specified by:
getOut in interface ControlEvent

getRequest

public HttpServletRequest getRequest()
Deprecated. 
Specified by:
getRequest in interface ControlEvent

getSession

public HttpSession getSession()
Deprecated. 
Specified by:
getSession in interface ControlEvent

getControl

public CompositeControl getControl()
Deprecated. 
Specified by:
getControl in interface ControlEvent

getForm

public FormModel getForm()
Deprecated. 
Specified by:
getForm in interface ControlEvent

getEvent

public int getEvent()
Deprecated. 
Specified by:
getEvent in interface ControlEvent

getTagParamName

public String getTagParamName()
Deprecated. 
Specified by:
getTagParamName in interface ControlEvent

getTagParamValue

public String getTagParamValue()
Deprecated. 
Specified by:
getTagParamValue in interface ControlEvent

getTagParamType

public String getTagParamType()
Deprecated. 
Specified by:
getTagParamType in interface ControlEvent

getUniqueIdentifier

public String getUniqueIdentifier(String extraInfo)
Deprecated. 
Specified by:
getUniqueIdentifier in interface ControlEvent

getParameterName

public String getParameterName()
Deprecated. 
Specified by:
getParameterName in interface ControlEvent
Returns:
 

getParameterValue

public String getParameterValue()
Deprecated. 
Specified by:
getParameterValue in interface ControlEvent
Returns:
 

getParameterExtraInfo

public String getParameterExtraInfo()
Deprecated. 
Specified by:
getParameterExtraInfo in interface ControlEvent
Returns:
 

getCtrlViewState

public Attributable getCtrlViewState()
Deprecated. 
Specified by:
getCtrlViewState in interface ControlEvent

getUniqueIdentifier

public String getUniqueIdentifier()
Deprecated. 
Specified by:
getUniqueIdentifier in interface ControlEvent

getPrintWriter

public PrintWriter getPrintWriter()
Deprecated. 
Specified by:
getPrintWriter in interface ControlEvent
Returns:
 

getCtrlType

public String getCtrlType()
Deprecated. 
Specified by:
getCtrlType in interface ControlEvent

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.