|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The servlet-mapping element defines a mapping between a servlet and a url pattern
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
Servlet |
getServlet()
|
java.lang.String |
getUrlPattern()
|
WebApp |
getWebApp()
|
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setServlet(Servlet value)
|
void |
setUrlPattern(java.lang.String value)
|
void |
setWebApp(WebApp value)
|
Method Detail |
public java.lang.String getUrlPattern()
public void setUrlPattern(java.lang.String value)
value
- The new value of the UrlPattern attributepublic java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
WebapplicationPackage.getServletMapping_Name()
public void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
public WebApp getWebApp()
public void setWebApp(WebApp value)
value
- The new value of the WebApp referencepublic Servlet getServlet()
public void setServlet(Servlet value)
value
- The new value of the Servlet reference
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |