+

Search Tips   |   Advanced Search

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

com.ibm.portal.spa.renderer.helper
Interface StaticContentPageDistincter

All Superinterfaces:
Disposable
public interface StaticContentPageDistincter
extends Disposable

Determine whether a page is StaticContentPage, and its embed type.

Since:
6.1.0

Method Summary
 boolean isContentAreaEmbedType(StaticContentPage page)
          Returns true if the EmbedType of this page is ContentArea
 boolean isPageEmbedType(StaticContentPage page)
          Returns true if the EmbedType of this page is Page
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

isContentAreaEmbedType

boolean isContentAreaEmbedType(StaticContentPage page)
Returns true if the EmbedType of this page is ContentArea

Parameters:
page - a StaticContentPage
Returns:
true if the EmbedType of this page is ContentArea, false, otherwise.

isPageEmbedType

boolean isPageEmbedType(StaticContentPage page)
Returns true if the EmbedType of this page is Page

Parameters:
page - a StaticContentPage
Returns:
true if the EmbedType of this page is Page, false, otherwise.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD