com.ibm.mashups.enabler.strategy
Interface UserLoadAheadStrategy

All Superinterfaces:
Strategy

public UserLoadAheadStrategy
extends Strategy

Interface that defines a load ahead mulipart strategy for loading a user as part of a multipart request


Constructor Summary
constructor(boolean loadAheadUser)
           
 
Method Summary
 Boolean isLoadAheadUser()
           Returns if the current user should be loaded
 unknown setUserModel(unknown userModel)
           
 unknown getUserModel()
           
 

Constructor Detail

constructor

public constructor(boolean loadAheadUser)
Parameters:
loadAheadUser - if the current user should be preloaded. Must not be null.
Method Detail

isLoadAheadUser

Boolean isLoadAheadUser()
Returns if the current user should be loaded

Returns:
true if the current user should be preloaded, false otherwise

setUserModel

unknown setUserModel(unknown userModel)

getUserModel

unknown getUserModel()


Copyright IBM Corp. 2010 All Rights Reserved.