Schnittstelle URI

Alle bekannten Implementierungsklassen:
BaseURI, DataURI, TemplateURI, TurbineURI

public interface URI
An interface class which describes the absolute minimum of methods that a Turbine URI class must implement.
Version:
$Id$
Autor:
Henning P. Schmiedehausen
  • Methodendetails

    • getScriptName

      Gets the script name (/servlets/Turbine).
      Gibt zurück:
      A String with the script name.
    • getContextPath

      Gets the context path.
      Gibt zurück:
      A String with the context path.
    • getServerName

      Gets the server name.
      Gibt zurück:
      A String with the server name.
    • getServerPort

      Gets the server port.
      Gibt zurück:
      A String with the server port.
    • getServerScheme

      Returns the current Server Scheme
      Gibt zurück:
      The current Server scheme
    • getReference

      Returns the current reference anchor.
      Gibt zurück:
      A String containing the reference.