DocsRoxen2.1Programmer ManualJava
   

  • Frame
  • HTTP
  • RoxenLib
  • Module
  • AbstractLocationModule
  • RoxenConfiguration
  • RoxenRequest
  • RoxenResponse
  • RoxenFileResponse
  • RoxenStringResponse
  • RoxenRXMLResponse
  • ExperimentalModule
  • FileExtensionModule
  • LocationModule
  • ParserModule
  • ProviderModule
  • SecurityModule
  • SimpleTagCaller
  • UniqueModule
  • RoxenConfiguration

    : Class RoxenConfiguration

    com.roxen.roxen
    Class RoxenConfiguration


    java.lang.Object
      |
      +--com.roxen.roxen.RoxenConfiguration
    public class RoxenConfiguration
    extends java.lang.Object

    A class representing the configuration of a virtual server in the Roxen server.

    Constructor Summary
    RoxenConfiguration()
               
     
    Method Summary
     java.lang.Object query(java.lang.String name)
              Get the current value of a global configuration variable
     java.lang.String queryInternalLocation()
              Returns the URL path of the base for all internal mount points
     java.lang.String queryInternalLocation(Module m)
              Returns the URL path of the internal mount point for a specified module
     java.lang.String queryString(java.lang.String name)
              Get the current value of a string typed global configuration variable
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Constructor Detail

    RoxenConfiguration


    public RoxenConfiguration()
    Method Detail

    query


    public java.lang.Object query(java.lang.String name)
    Get the current value of a global configuration variable
    Parameters:
    name - the internal name of the variable
    Returns:
    the value of the variable

    queryInternalLocation


    public java.lang.String queryInternalLocation(Module m)
    Returns the URL path of the internal mount point for a specified module
    Parameters:
    m - the module
    Returns:
    the URL path for the module's internal mount point

    queryString


    public java.lang.String queryString(java.lang.String name)
    Get the current value of a string typed global configuration variable
    Parameters:
    name - the internal name of the variable
    Returns:
    the value of the variable

    queryInternalLocation


    public java.lang.String queryInternalLocation()
    Returns the URL path of the base for all internal mount points
    Returns:
    the URL path for the base internal mount point