IBM WebSphere Application ServerTM
Release 8

com.ibm.task.api
Interface PortalClientSetting

All Superinterfaces:
ClientSetting, java.lang.Cloneable, java.io.Serializable

public interface PortalClientSetting
extends ClientSetting

Interface for Portal client settings. Portal client settings extend the client settings with the ability to associate a set of usage patterns with a URL.

A sample portal client setting follows:
<portalClientSettings clientType="Portal">
</portalClientSettings>

Since:
6.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 
Methods inherited from interface com.ibm.task.api.ClientSetting
getClientType, getCustomSetting, getCustomSettingNames
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8