PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Tree com.ibm.portal.content
Interface DisplayOptions
- All Known Subinterfaces:
- ModifiableStaticContentPage, StaticContentPage
public interface DisplayOptionsAn 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 FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Tree