com.caucho.server.resin
Class ResinELContext.ResinVar

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

public class ResinELContext.ResinVar
extends java.lang.Object


Constructor Summary
ResinELContext.ResinVar()
           
 
Method Summary
 java.lang.String getAddress()
          Returns the local address
 Path getConf()
          Returns the resin config.
 Path getHome()
          Returns the resin home.
 java.lang.String getHostName()
          Returns the local hostname
 java.lang.String getId()
          Deprecated. use getServerId()
 Path getRoot()
          Returns the root directory.
 Path getRootDir()
          Deprecated. use getRoot()
 Path getRootDirectory()
          Deprecated. use getRoot()
 java.lang.String getServerId()
          Returns the -server id
 java.lang.String getUserName()
          Returns the user
 java.lang.String getVersion()
          Returns the version
 boolean isProfessional()
          Returns true for Resin professional.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResinELContext.ResinVar

public ResinELContext.ResinVar()
Method Detail

getServerId

public java.lang.String getServerId()
Returns the -server id


getId

public java.lang.String getId()
Deprecated. use getServerId()


getAddress

public java.lang.String getAddress()
Returns the local address

Returns:
IP address

getConf

public Path getConf()
Returns the resin config.


getHome

public Path getHome()
Returns the resin home.


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()


getUserName

public java.lang.String getUserName()
Returns the user


getVersion

public java.lang.String getVersion()
Returns the version

Returns:
version

getHostName

public java.lang.String getHostName()
Returns the local hostname

Returns:
version

isProfessional

public boolean isProfessional()
Returns true for Resin professional.