org.springframework.web.servlet.handler.metadata
Class PathMap

java.lang.Object
  extended byorg.springframework.web.servlet.handler.metadata.PathMap

public class PathMap
extends java.lang.Object

Attribute to be used on Controller classes to allow for automatic URL mapping without web controllers being defined as beans in an XML bean definition file. The path map should be the path in the current application, such as /foo.cgi. If there is no leading /, one will be prepended. Application code must use the Commons Attributes indexer tool to use this option.

Version:
$Id: PathMap.java,v 1.3 2004/03/18 02:46:17 trisberg Exp $
Author:
Rod Johnson

Constructor Summary
PathMap(java.lang.String url)
           
 
Method Summary
 java.lang.String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathMap

public PathMap(java.lang.String url)
Method Detail

getUrl

public java.lang.String getUrl()


Copyright (C) 2003-2004 The Spring Framework Project.