Project Wonder 2.0

er.extensions
Class ERXWOText

java.lang.Object
  extended bycom.webobjects.appserver.WOElement
      extended bycom.webobjects.appserver.WODynamicElement
          extended bycom.webobjects.appserver._private.WODynamicGroup
              extended bycom.webobjects.appserver._private.WOHTMLDynamicElement
                  extended bycom.webobjects.appserver._private.WOInput
                      extended bycom.webobjects.appserver._private.WOText
                          extended byer.extensions.ERXPatcher.DynamicElementsPatches.Text
                              extended byer.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.


Field Summary
 
Fields inherited from class er.extensions.ERXPatcher.DynamicElementsPatches.Text
_id
 
Fields inherited from class com.webobjects.appserver._private.WOInput
_escapeHTML, _value
 
Fields inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_associations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization
 
Fields inherited from class com.webobjects.appserver._private.WODynamicGroup
_children
 
Fields inherited from class com.webobjects.appserver.WODynamicElement
_ConstructorParameters
 
Constructor Summary
ERXWOText(String string, NSDictionary nsdictionary, WOElement woelement)
          Public constructor
 
Method Summary
protected  void _appendValueAttributeToResponse(WOResponse woresponse, WOContext wocontext)
          Overridden from WOInput to not append the value attribute.
 
Methods inherited from class er.extensions.ERXPatcher.DynamicElementsPatches.Text
_appendNameAttributeToResponse, appendToResponse
 
Methods inherited from class com.webobjects.appserver._private.WOText
appendChildrenToResponse, takeValuesFromRequest
 
Methods inherited from class com.webobjects.appserver._private.WOInput
_shouldEscapeHTML, appendAttributesToResponse, constantAttributesRepresentation, disabledInComponent, nameInContext, toString, type
 
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_appendAttributesFromAssociationsToResponse, _appendCloseTagToResponse, _appendOpenTagToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, computeActionStringInContext, computeQueryDictionaryInContext, elementName, escapeHTML, nonUrlAttributeAssociations, urlAttributeAssociations
 
Methods inherited from class com.webobjects.appserver._private.WODynamicGroup
addChildElement, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ERXWOText

public ERXWOText(String string,
                 NSDictionary nsdictionary,
                 WOElement woelement)
Public constructor

Method Detail

_appendValueAttributeToResponse

protected void _appendValueAttributeToResponse(WOResponse woresponse,
                                               WOContext wocontext)
Overridden from WOInput to not append the value attribute.


Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.