com.caucho.server.resin
Class ResinELContext.ServerVar

java.lang.Object
  extended by com.caucho.server.resin.ResinELContext.ServerVar
Enclosing class:
ResinELContext

public class ResinELContext.ServerVar
extends java.lang.Object


Constructor Summary
ResinELContext.ServerVar()
           
 
Method Summary
 java.lang.String getId()
           
 Path getRoot()
          Returns the root directory.
 Path getRootDir()
          Deprecated. use getRoot()
 Path getRootDirectory()
          Deprecated. use getRoot()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResinELContext.ServerVar

public ResinELContext.ServerVar()
Method Detail

getId

public java.lang.String getId()

getRoot

public Path getRoot()
Returns the root directory.

Returns:
the root directory

getRootDir

public Path getRootDir()
Deprecated. use getRoot()


getRootDirectory

public Path getRootDirectory()
Deprecated. use getRoot()