com.caucho.server.host
Class HostController.Var

java.lang.Object
  extended by com.caucho.server.host.HostController.Var
Enclosing class:
HostController

public class HostController.Var
extends java.lang.Object

EL variables for the host.


Constructor Summary
HostController.Var()
           
 
Method Summary
 Path getDocDir()
           
 Path getDocumentDirectory()
           
 java.lang.String getHostName()
           
 java.lang.String getName()
           
 java.util.ArrayList getRegexp()
           
 Path getRoot()
           
 Path getRootDir()
          Deprecated.  
 Path getRootDirectory()
          Deprecated.  
 java.lang.String getUrl()
           
 Path getWarDir()
           
 Path getWarDirectory()
           
 Path getWarExpandDir()
           
 Path getWarExpandDirectory()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostController.Var

public HostController.Var()
Method Detail

getName

public java.lang.String getName()

getHostName

public java.lang.String getHostName()

getUrl

public java.lang.String getUrl()

getRegexp

public java.util.ArrayList getRegexp()

getRoot

public Path getRoot()

getRootDir

public Path getRootDir()
Deprecated. 


getRootDirectory

public Path getRootDirectory()
Deprecated. 


getDocumentDirectory

public Path getDocumentDirectory()

getDocDir

public Path getDocDir()

getWarDirectory

public Path getWarDirectory()

getWarDir

public Path getWarDir()

getWarExpandDirectory

public Path getWarExpandDirectory()

getWarExpandDir

public Path getWarExpandDir()

toString

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