|
Project Wonder 5.0.0.8787 | |||||||||
| 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.WOHyperlink
er.extensions.components._private.ERXHyperlink
public class ERXHyperlink
Enhancement to WOHyperlink. Don't use this class directly, it is patched automatically into the runtime system on application startup. Just use 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.
| 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 |
|---|
public static Logger log
| Constructor Detail |
|---|
public ERXHyperlink(String arg0,
NSDictionary arg1,
WOElement arg2)
arg0 - arg1 - arg2 - | Method Detail |
|---|
public WOActionResults invokeAction(WORequest request,
WOContext context)
invokeAction in class com.webobjects.appserver._private.WOHyperlink
public void appendAttributesToResponse(WOResponse woresponse,
WOContext wocontext)
appendAttributesToResponse in class com.webobjects.appserver._private.WOHyperlink
|
Last updated: Wed, Jan 7, 2009 04:35 AM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||