All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.openly.dt.Rooted

public abstract interface Rooted
If the Params object passed to JSText is instanceof Rooted, then the string returned by getRoot() is prepended to the template name. Check out Java and Linking related books at Openly.com!

See Also:
com.openly.dt.JSText, com.openly.dt.RootedParams

Method Index

 o getRoot()
return a string giving a root directory path for use by JSText

Methods

 o getRoot
 public abstract java.lang.String getRoot()
return a string giving a root directory path for use by JSText


All Packages  Class Hierarchy  This Package  Previous  Next  Index