Inherited by ERXDataHyperlink.

Public Member Functions | |
| void | appendAttributesToResponse (final WOResponse woresponse, WOContext wocontext) |
| ERXHyperlink (String arg0, NSDictionary arg1, WOElement arg2) | |
| WOActionResults | invokeAction (WORequest request, WOContext context) |
Static Public Attributes | |
| static Logger | log = Logger.getLogger(ERXHyperlink.class) |
Static Private Attributes | |
| static boolean | defaultNoFollow = ERXProperties.booleanForKey("er.extensions.ERXHyperlink.defaultNoFollow") |
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. | ERXHyperlink | ( | String | arg0, | |
| NSDictionary | arg1, | |||
| WOElement | arg2 | |||
| ) |
| arg0 | ||
| arg1 | ||
| arg2 |
| void appendAttributesToResponse | ( | final 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.
Reimplemented in ERXDataHyperlink.
boolean defaultNoFollow = ERXProperties.booleanForKey("er.extensions.ERXHyperlink.defaultNoFollow") [static, private] |
Defines if the hyperlink adds a default rel="nofollow" if an action is bound.
Logger log = Logger.getLogger(ERXHyperlink.class) [static] |
1.5.8