com.ibm.portal.state.accessors.url
Interface PortalResources

All Known Subinterfaces:
PortalIcons, PortalResources.State, PortalResources.Type
All Known Implementing Classes:
PortalIcons.StateDisabled, PortalIcons.StateEnabled, PortalIcons.StateEnabledHover, PortalResources.NoState, PortalResources.TypeFiles, PortalResources.TypeIcons, PortalResources.TypeSounds, PortalResources.TypeVoiceGrammars

public interface PortalResources

Base interface of all portal resouce types.

Since:
5.1

Nested Class Summary
static class PortalResources.NoState
           
static interface PortalResources.State
          Additional state of the resouce; resouce specific.
static interface PortalResources.Type
          Type of the resouce.
static class PortalResources.TypeFiles
          Resource is of type file.
static class PortalResources.TypeIcons
          Resource is of type icon.
static class PortalResources.TypeSounds
          Resource is of type sound.
static class PortalResources.TypeVoiceGrammars
          Resource is a VoiceXML grammar.
 
Field Summary
static PortalResources.State NO_STATE
          Indicates that this resouces does not contain any additional state.
static PortalResources.Type TYPE_FILES
          Type for plain files.
static PortalResources.Type TYPE_ICONS
          Type for icons.
static PortalResources.Type TYPE_SOUNDS
          Type for sounds.
static PortalResources.Type TYPE_VOICE_GRAMMARS
          Type for VoiceXML grammars.
 

Field Detail

NO_STATE

static final PortalResources.State NO_STATE
Indicates that this resouces does not contain any additional state.


TYPE_FILES

static final PortalResources.Type TYPE_FILES
Type for plain files.


TYPE_ICONS

static final PortalResources.Type TYPE_ICONS
Type for icons.


TYPE_SOUNDS

static final PortalResources.Type TYPE_SOUNDS
Type for sounds.


TYPE_VOICE_GRAMMARS

static final PortalResources.Type TYPE_VOICE_GRAMMARS
Type for VoiceXML grammars.