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 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.
AWDirectActionUrl.AWUrlDecorator
public AWDirectActionUrl.AWUrlDecorator()
getKey
public abstract String getKey()
getValue
public abstract String getValue(AWRequestContext requestContext)
decorateComponentActions
public boolean decorateComponentActions()
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.