|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hlcl.rql.util.as.ProjectPage
com.hlcl.rql.hip.as.PhysicalPage
public class PhysicalPage
Constructor Summary | |
---|---|
PhysicalPage(Page page)
Construct a physical page wrapping the given general page. |
Method Summary | |
---|---|
java.util.Set |
collectContainedText(java.lang.String findList,
java.lang.String delimiter,
boolean caseSensitive)
Liefert alle in dieser physischen Seite gefundenen Begriffe. |
PageArrayList |
getAllNonPhysicalChildPages()
Returns all child pages building this physical page (recursively down). |
PageArrayList |
getAllPhysicalChildPages(boolean collectNonPhysicalChildPagesAsWell)
Returns all physical pages linked from this physical page. |
java.lang.String |
getPageGuid()
Returns the GUID for the wrapped page. |
java.lang.String[] |
getVisibleHeadlineTemplateNameSuffixes()
Returns the name suffixes for all templates having a visible reddot page headline. |
boolean |
hasVisibleHeadline()
Returns true, if the reddot page headline of the wrapped page is visible. |
boolean |
hasVisibleHeadline(Page page)
Returns true, if the reddot page headline of the given page is visible/searchable. |
boolean |
isPhysicalPage()
Returns true, if the encapsulated page is a physical page in HIP. |
PhysicalPage |
morphInto(Page page)
Returns a new physical page for the given page. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhysicalPage(Page page) throws RQLException
RQLException
Method Detail |
---|
public java.util.Set collectContainedText(java.lang.String findList, java.lang.String delimiter, boolean caseSensitive) throws RQLException
Das zurückgegebene Set ist leer, wenn keiner der Begriffe auf dieser Seite und all ihren block childs vorkommt.
RQLException
public PageArrayList getAllNonPhysicalChildPages() throws RQLException
RQLException
public PageArrayList getAllPhysicalChildPages(boolean collectNonPhysicalChildPagesAsWell) throws RQLException
collectNonPhysicalChildPagesAsWell
- =true, collects all non physical pages as well =false, gets only physical pages - optimized
RQLException
public java.lang.String getPageGuid() throws RQLException
RQLException
public boolean isPhysicalPage() throws RQLException
Returns true, if the page has an element isPhysicalPage.
RQLException
public java.lang.String[] getVisibleHeadlineTemplateNameSuffixes() throws RQLException
RQLException
public boolean hasVisibleHeadline() throws RQLException
RQLException
public boolean hasVisibleHeadline(Page page) throws RQLException
RQLException
public PhysicalPage morphInto(Page page) throws RQLException
RQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |