org.weborganic.berlioz.content
Interface Location

All Superinterfaces:
XMLWritable
All Known Implementing Classes:
HttpLocation

public interface Location
extends XMLWritable

This class provides information about the location of resource associated with the content request.

Version:
Berlioz 0.9.13 - 21 January 2013
Author:
Christophe Lauret

Method Summary
 String host()
           
 PathInfo info()
           
 String path()
           
 int port()
           
 String query()
           
 String scheme()
           
 
Methods inherited from interface com.topologi.diffx.xml.XMLWritable
toXML
 

Method Detail

scheme

String scheme()
Returns:
the scheme of the URI

host

String host()
Returns:
the host of the URI

port

int port()
Returns:
the port used for the URI

path

String path()
Returns:
the complete path path of the URI

query

String query()
Returns:
the query part of the URI

info

PathInfo info()
Returns:
the path information.