org.apache.cocoon.servletservice
Interface Mountable


public interface Mountable

Interface for servlet services that are mounted on a specific path. The inteface is not needed for using the DispatcherServlet as it mounts all servlet beans that has a property named mountPath. The main use for the interface is to b e able to create an AOP mixin with an ordinary Java proxy.

Since:
1.0.0
Version:
$Id: Mountable.html 1422810 2012-12-17 09:13:50Z ilgrosso $

Method Summary
 String getMountPath()
          The mount path of the servlet.
 

Method Detail

getMountPath

String getMountPath()
The mount path of the servlet.

Returns:
servlet mount path


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.