+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.content
Interface DisplayOptions

All Known Subinterfaces:
com.ibm.portal.content.ModifiableDisplayOptions, ModifiableStaticContentPage, StaticContentPage
public interface DisplayOptions

An interface for display option of a content node.

Since:
6.1.0

Nested Class Summary
static class DisplayOptions.DisplayOption
          display option
 
Method Summary
 DisplayOptions.DisplayOption getDisplayOption(Markup aMarkup)
          Gets the display option of this Page for an existing markup.
 DisplayOptions.DisplayOption getDisplayOption(java.lang.String aMarkup)
          Gets the display option of this Page for an existing markup.
 

Method Detail

getDisplayOption

DisplayOptions.DisplayOption getDisplayOption(java.lang.String aMarkup)
Gets the display option of this Page for an existing markup.

Parameters:
aMarkup - The markup name.
Returns:
The display option of the Page when it is rendered in the given markup.

getDisplayOption

DisplayOptions.DisplayOption getDisplayOption(Markup aMarkup)
                                              throws ModelException
Gets the display option of this Page for an existing markup.

Parameters:
aMarkup - The markup name.
Returns:
The display option of the Page when it is rendered in the given markup.
Throws:
ModelException
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD