|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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.foundation.ERXPatcher.DynamicElementsPatches.Text
er.extensions.components._private.ERXWOText
public class ERXWOText
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.foundation.ERXPatcher.DynamicElementsPatches.Text |
---|
_id, _readonly |
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(java.lang.String string,
com.webobjects.foundation.NSDictionary nsdictionary,
com.webobjects.appserver.WOElement woelement)
Public constructor |
Method Summary | |
---|---|
protected void |
_appendValueAttributeToResponse(com.webobjects.appserver.WOResponse woresponse,
com.webobjects.appserver.WOContext wocontext)
Overridden from WOInput to not append the value attribute. |
Methods inherited from class er.extensions.foundation.ERXPatcher.DynamicElementsPatches.Text |
---|
_appendNameAttributeToResponse, appendToResponse, takeValuesFromRequest |
Methods inherited from class com.webobjects.appserver._private.WOText |
---|
appendChildrenToResponse |
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 |
---|
public ERXWOText(java.lang.String string, com.webobjects.foundation.NSDictionary nsdictionary, com.webobjects.appserver.WOElement woelement)
Method Detail |
---|
protected void _appendValueAttributeToResponse(com.webobjects.appserver.WOResponse woresponse, com.webobjects.appserver.WOContext wocontext)
value
attribute.
_appendValueAttributeToResponse
in class com.webobjects.appserver._private.WOText
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |