org.springframework.shell.support.util
Class WebXmlUtils.WebResourceCollection

java.lang.Object
  extended by org.springframework.shell.support.util.WebXmlUtils.WebResourceCollection
Enclosing class:
WebXmlUtils

public static class WebXmlUtils.WebResourceCollection
extends Object

Convenience class for passing a web-resource-collection element's details

Since:
1.1.1

Constructor Summary
WebXmlUtils.WebResourceCollection(String webResourceName, String description, List<String> urlPatterns, List<String> httpMethods)
           
 
Method Summary
 String getDescription()
           
 List<String> getHttpMethods()
           
 List<String> getUrlPatterns()
           
 String getWebResourceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXmlUtils.WebResourceCollection

public WebXmlUtils.WebResourceCollection(String webResourceName,
                                         String description,
                                         List<String> urlPatterns,
                                         List<String> httpMethods)
Method Detail

getWebResourceName

public String getWebResourceName()

getUrlPatterns

public List<String> getUrlPatterns()

getHttpMethods

public List<String> getHttpMethods()

getDescription

public String getDescription()