Project Wonder 5.0.0.8787

er.extensions.components._private
Class ERXHyperlink

java.lang.Object
  extended by com.webobjects.appserver.WOElement
      extended by com.webobjects.appserver.WODynamicElement
          extended by com.webobjects.appserver._private.WODynamicGroup
              extended by com.webobjects.appserver._private.WOHTMLDynamicElement
                  extended by com.webobjects.appserver._private.WOHyperlink
                      extended by er.extensions.components._private.ERXHyperlink
Direct Known Subclasses:
ERXDataHyperlink

public class ERXHyperlink
extends com.webobjects.appserver._private.WOHyperlink

Enhancement to WOHyperlink. Don't use this class directly, it is patched automatically into the runtime system on application startup. Just use WOHyperlink.

Author:
david Logging, ak WONoContentElement fix, senderID fix

Field Summary
static Logger log
           
 
Fields inherited from class com.webobjects.appserver._private.WOHyperlink
_action, _disabled, _escapeHTML, _fragmentIdentifier, _href, _pageName, _string
 
Fields inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML
 
Fields inherited from class com.webobjects.appserver._private.WODynamicGroup
_children
 
Fields inherited from class com.webobjects.appserver.WODynamicElement
_ConstructorParameters
 
Constructor Summary
ERXHyperlink(String arg0, NSDictionary arg1, WOElement arg2)
           
 
Method Summary
 void appendAttributesToResponse(WOResponse woresponse, WOContext wocontext)
           
 WOActionResults invokeAction(WORequest request, WOContext context)
          Overriden to perform the logging, propagating the action to subelements and returning the current page if an empty page is returned from super.
 
Methods inherited from class com.webobjects.appserver._private.WOHyperlink
_appendCGIActionURLToResponse, _appendCloseTagToResponse, _appendClosingHrefToResponse, _appendComponentActionURLToResponse, _appendFragmentToResponse, _appendOpeningHrefToResponse, _appendOpenTagToResponse, _appendQueryStringToResponse, _appendStaticURLToResponse, appendChildrenToResponse, appendContentStringToResponse, fragmentIdentifierInContext, hrefInContext, isDisabledInContext, toString
 
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _appendTagAttributeAndValueToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendHiddenFieldToResponse, appendNonURLAttributesToResponse, appendToResponse, appendURLAttributesToResponse, classInContext, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributeAssociations, constantAttributesRepresentation, elementName, escapeHTML, hasContent, idInContext, isRenderedInContext, nonUrlAttributeAssociations, prefixInContext, secureInContext, stringValueInContext, styleInContext, suffixInContext, titleInContext, urlAttributeAssociations
 
Methods inherited from class com.webobjects.appserver._private.WODynamicGroup
addChildElement, childrenElements, EmptyGroup, hasChildrenElements, invokeChildrenAction, takeChildrenValuesFromRequest, takeValuesFromRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

public static Logger log
Constructor Detail

ERXHyperlink

public ERXHyperlink(String arg0,
                    NSDictionary arg1,
                    WOElement arg2)
Parameters:
arg0 -
arg1 -
arg2 -
Method Detail

invokeAction

public WOActionResults invokeAction(WORequest request,
                                    WOContext context)
Overriden to perform the logging, propagating the action to subelements and returning the current page if an empty page is returned from super.

Overrides:
invokeAction in class com.webobjects.appserver._private.WOHyperlink

appendAttributesToResponse

public void appendAttributesToResponse(WOResponse woresponse,
                                       WOContext wocontext)
Overrides:
appendAttributesToResponse in class com.webobjects.appserver._private.WOHyperlink

Last updated: Wed, Jan 7, 2009 • 04:35 AM EST

Copyright © 2002 – 2007 Project Wonder.