|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.car.PathRouter
class PathRouter
Holds a Path object for which it watches and answers true when that path is seen. Also holds onto the handler for the sub-tree below that path.
Field Summary | |
---|---|
(package private) org.xml.sax.ContentHandler |
handler
|
(package private) Path |
pathLookedFor
|
Constructor Summary | |
---|---|
PathRouter(Path p,
org.xml.sax.ContentHandler handler)
|
Method Summary | |
---|---|
(package private) org.xml.sax.ContentHandler |
handler()
|
(package private) boolean |
looksFor(Path aPath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Path pathLookedFor
org.xml.sax.ContentHandler handler
Constructor Detail |
---|
PathRouter(Path p, org.xml.sax.ContentHandler handler)
Method Detail |
---|
org.xml.sax.ContentHandler handler()
boolean looksFor(Path aPath)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |