Project Wonder 2.0

er.extensions
Class ERXHyperlink

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.WOHyperlink
                      extended byer.extensions.ERXHyperlink

public class ERXHyperlink
extends 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 ERXLogger log
           
 
Fields inherited from class com.webobjects.appserver._private.WOHyperlink
_action, _disabled, _fragmentIdentifier, _href, _pageName, _secure, _string
 
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
ERXHyperlink(String arg0, NSDictionary arg1, WOElement arg2)
           
 
Method Summary
 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, _appendFragmentToResponse, _appendOpenTagToResponse, _appendQueryStringToResponse, appendAttributesToResponse, appendChildrenToResponse, appendContentStringToResponse, toString
 
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_appendAttributesFromAssociationsToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendNonURLAttributesToResponse, appendToResponse, appendURLAttributesToResponse, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributesRepresentation, elementName, escapeHTML, nonUrlAttributeAssociations, 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 ERXLogger 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.


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

Copyright © 2002 – 2004 Project Wonder.