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
public constructor(boolean loadAheadUser)
- Parameters:
loadAheadUser
-
if the current user should be preloaded. Must not be null
.
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.