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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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.
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
Copyright 2000-2002 Apache Software Foundation.