ariba.ui.aribaweb.core
Class AWDirectActionUrl.AWUrlDecorator
java.lang.Object
ariba.ui.aribaweb.core.AWDirectActionUrl.AWUrlDecorator
- Enclosing class:
- AWDirectActionUrl
public abstract static class AWDirectActionUrl.AWUrlDecorator
- extends java.lang.Object
Defines the API for a DirectAction decorator -- the list of decorators registered
using the addURLDecorator method will be called during URL construction and
each decorator can add a single key/value to the direact action URL generated.
If either the key or the value returns null, empty, or blank string, then the
decorator is ignored and nothing is added to the direct action URL.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWDirectActionUrl.AWUrlDecorator
public AWDirectActionUrl.AWUrlDecorator()
getKey
public abstract java.lang.String getKey()
getValue
public abstract java.lang.String getValue(AWRequestContext requestContext)
decorateComponentActions
public boolean decorateComponentActions()
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.