ariba.ui.aribaweb.core
Class AWDirectActionUrl.AWUrlDecorator

java.lang.Object
  extended by 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.


Constructor Summary
AWDirectActionUrl.AWUrlDecorator()
           
 
Method Summary
 boolean decorateComponentActions()
           
abstract  java.lang.String getKey()
           
abstract  java.lang.String getValue(AWRequestContext requestContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWDirectActionUrl.AWUrlDecorator

public AWDirectActionUrl.AWUrlDecorator()
Method Detail

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.