|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PagePart
Representation of Page part.
| Method Summary | |
|---|---|
java.lang.String |
getBannerServiceUrl()
Return url for the banner service, which contains the bannermodel id. |
BlockLabel[] |
getBlockLabels()
Return block labels of this page part. |
Page[] |
getBlocks()
Return blocks. |
java.lang.Integer |
getCacheTimeout()
Return cache timeout for this PagePart. |
java.lang.String |
getIdentifier()
Return name of the page part used internally. |
int |
getPreSpacing()
Return amount of pixels of space that should be displayed. |
java.lang.String |
getPreSpacingOrientation()
Return "horizontal" or "vertical". |
Region |
getTargetRegion()
Return target frame for links in the pagepart. |
Website |
getWebsite()
Return website the pagepart is on. |
boolean |
isSearchable()
Return true if the page part should be indexed by the searchengine. |
boolean |
isValid(Page page)
Check if the pagepart should be displayed. |
| Methods inherited from interface nl.gx.webmanager.cms.core.Presentable |
|---|
getPresentation, render, render, setPresentation |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
boolean isValid(Page page)
page - the page the pagepart is displayed on.
boolean isSearchable()
int getPreSpacing()
getPreSpacingOrientation()java.lang.String getPreSpacingOrientation()
getPreSpacing()BlockLabel[] getBlockLabels()
java.lang.String getIdentifier()
java.lang.Integer getCacheTimeout()
Page[] getBlocks()
Region getTargetRegion()
Website getWebsite()
java.lang.String getBannerServiceUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||