er.extensions
Class ERXWOText
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
com.webobjects.appserver._private.WODynamicGroup
com.webobjects.appserver._private.WOHTMLDynamicElement
com.webobjects.appserver._private.WOInput
com.webobjects.appserver._private.WOText
er.extensions.ERXPatcher.DynamicElementsPatches.Text
er.extensions.ERXWOText
- public class ERXWOText
- extends ERXPatcher.DynamicElementsPatches.Text
Patch for WOText to not include the value
attribute.
This class will get used automatically at startup, so do not use it directly
But use WOText
instead.
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement |
_appendAttributesFromAssociationsToResponse, _appendCloseTagToResponse, _appendOpenTagToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, computeActionStringInContext, computeQueryDictionaryInContext, elementName, escapeHTML, nonUrlAttributeAssociations, urlAttributeAssociations |
ERXWOText
public ERXWOText(String string,
NSDictionary nsdictionary,
WOElement woelement)
- Public constructor
_appendValueAttributeToResponse
protected void _appendValueAttributeToResponse(WOResponse woresponse,
WOContext wocontext)
- Overridden from WOInput to not append the
value
attribute.
Copyright © 2002 – 2004 Project Wonder.