|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hlcl.rql.util.as.TreeCleaner
public class TreeCleaner
What about page linked twice into this tree part?
This class will remove all links of such a page except the last one! So, at the end, this page will be still connected once within this tree part. Other connections into this tree part are lost!
| Constructor Summary | |
|---|---|
TreeCleaner(boolean infoModeOnly)
Construct a cleaner. |
|
| Method Summary | |
|---|---|
boolean |
isDisconnectingAllowed()
Liefert true, wenn der Cleaner die Seiten wirklich von diesem tree part abhängen soll. |
void |
setListeners(ConnectionListener pageAboutToDisconnectListener,
PageListener treePageFoundListener)
Setzt die beiden Dependents (according to MVC pattern), um ein logging und eine Fortschrittsanzeige zu ermöglichen. |
void |
startFromPage(Page startPage)
Startet das ablinken mehrfach verlinkter Seiten ab der gegebenen Startseite rekursiv nach unten. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeCleaner(boolean infoModeOnly)
| Method Detail |
|---|
public boolean isDisconnectingAllowed()
public void setListeners(ConnectionListener pageAboutToDisconnectListener,
PageListener treePageFoundListener)
public void startFromPage(Page startPage)
throws RQLException
RQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||