org.netbeans.modules.j2ee.dd/1 1.25.0 2

org.netbeans.modules.j2ee.dd.api.web.model
Class ServletInfo

java.lang.Object
  extended by org.netbeans.modules.j2ee.dd.api.web.model.ServletInfo

public final class ServletInfo
extends Object

Data object that holds information about servlet.


Method Summary
 String getName()
           
 String getServletClass()
           
 List<String> getUrlPatterns()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns:
name of the servlet

getServletClass

public String getServletClass()
Returns:
class that implements the servlet

getUrlPatterns

public List<String> getUrlPatterns()
Returns:
URL patterns that are associated with the servlet

org.netbeans.modules.j2ee.dd/1 1.25.0 2

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.