jrun.jsp
Class PageDependencyInfo

java.lang.Object
  |
  +--jrun.jsp.PageDependencyInfo
All Implemented Interfaces:
java.io.Serializable

public class PageDependencyInfo
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright � 2002 Macromedia Corporation. All Rights Reserved.