org.apache.cocoon.servletservice
Interface Absolutizable
- All Known Implementing Classes:
- ServletServiceContext
- public interface Absolutizable
Interface for making the absolute path available from a servlet service relative path.
The interface is mainly introduced to make the absoluteizeURI method available when
the ServletServiceContext is proxied.
- Version:
- $Id: Absolutizable.java 562806 2007-08-05 02:26:41Z vgritsenko $
|
Method Summary |
URI |
absolutizeURI(URI uri)
Takes the scheme specific part of a servlet service URI (the scheme is the
responsibilty of the ServletSource) and resolve it with respect to the
servlets mount point. |
absolutizeURI
public URI absolutizeURI(URI uri)
throws URISyntaxException
- Takes the scheme specific part of a servlet service URI (the scheme is the
responsibilty of the ServletSource) and resolve it with respect to the
servlets mount point.
- Parameters:
uri - relative uri
- Returns:
- absolutized uri
- Throws:
URISyntaxException
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.