com.ibm.portal.portlet.service.url
Interface Constants

All Known Subinterfaces:
Constants.PortalState
All Known Implementing Classes:
Constants.NormalStateConstant, Constants.SoloStateConstant

public interface Constants

This interface contains all constants of the portlet URL generation service.

Since:
6.0

Nested Class Summary
static class Constants.NormalStateConstant
          Normal portal state constant.
static interface Constants.PortalState
          Constants defining the portal state.
static class Constants.SoloStateConstant
          Solo portal state constant.
 
Field Summary
static Constants.PortalState NORMAL
          Constant representing the portal NORMAL state.
static Constants.PortalState SOLO
          Constant representing the portal SOLO state.
 

Field Detail

SOLO

static final Constants.PortalState SOLO
Constant representing the portal SOLO state. In SOLO state only one portlet is rendered with no additional navigation.


NORMAL

static final Constants.PortalState NORMAL
Constant representing the portal NORMAL state. In the NORMAL state all portlets on the current page are rendered, including navigation.