com.ibm.mashups.enabler.strategy
Interface NavigationUpdateStrategy

All Superinterfaces:
com.ibm.mashups.enabler.strategy.Strategy

public NavigationUpdateStrategy
extends com.ibm.mashups.enabler.strategy.Strategy

Interface that defines the value of the update parameter used for pages and contents

Since:
3.0.0.2

Constructor Summary
constructor(String value)
           
 
Method Summary
 String getURLUpdateParameterValue()
           Returns the value of the URL parameter 'update' to use for updating pages and contents.
 

Constructor Detail

constructor

public constructor(String value)
Parameters:
value - value of the URL parameter 'update'; must not be null.
Method Detail

getURLUpdateParameterValue

String getURLUpdateParameterValue()
Returns the value of the URL parameter 'update' to use for updating pages and contents.

Returns:
value


Copyright IBM Corp. 2010 All Rights Reserved.