public class ERXHyperlink
extends com.webobjects.appserver._private.WOHyperlink
ERXActionLogging
disabled
is true, then returns context().page()
instead of the normal WONoContentElement. The rationale is that in almost all cases
you don't want your users to see an empty page, especially not in the typical case when
you show a list paginator and disable the link to the current item.
_action, _disabled, _escapeHTML, _fragmentIdentifier, _href, _pageName, _string
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML
Constructor and Description |
---|
ERXHyperlink(String arg0,
NSDictionary arg1,
com.webobjects.appserver.WOElement arg2) |
Modifier and Type | Method and Description |
---|---|
void |
appendAttributesToResponse(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context) |
com.webobjects.appserver.WOActionResults |
invokeAction(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
Overridden to perform the logging, propagating the action to subelements and returning the
current page if an empty page is returned from super.
|
_appendCGIActionURLToResponse, _appendCloseTagToResponse, _appendClosingHrefToResponse, _appendComponentActionURLToResponse, _appendFragmentToResponse, _appendOpeningHrefToResponse, _appendOpenTagToResponse, _appendQueryStringToResponse, _appendStaticURLToResponse, appendChildrenToResponse, appendContentStringToResponse, fragmentIdentifierInContext, hrefInContext, isDisabledInContext, toString
__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
public ERXHyperlink(String arg0, NSDictionary arg1, com.webobjects.appserver.WOElement arg2)
arg0
- arg1
- arg2
- public com.webobjects.appserver.WOActionResults invokeAction(com.webobjects.appserver.WORequest request, com.webobjects.appserver.WOContext context)
invokeAction
in class com.webobjects.appserver._private.WOHyperlink
public void appendAttributesToResponse(com.webobjects.appserver.WOResponse response, com.webobjects.appserver.WOContext context)
appendAttributesToResponse
in class com.webobjects.appserver._private.WOHyperlink
Copyright © 2002 – 2020 Project Wonder.