org.netbeans.modules.j2ee.dd.api.web.model
Class ServletInfo
java.lang.Object
org.netbeans.modules.j2ee.dd.api.web.model.ServletInfo
public final class ServletInfo
- extends Object
Data object that holds information about servlet.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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