|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jrun.jsp.PageDependencyInfo
For every page we translate an instance of this class is serialized to disk. It exists because we need to obtain the list of %@ included jsp pages, jsts and tag handlers used by the JSP pages without actually loading the jsp pages's class. This is because you have no guarantee when a classes used by a class are loaded and we don't want the VM asking tag handlers to be loaded before we have the class loaders in place that can load those tag handlers.
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||