|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The taglib element is used to describe a JSP tag library.
Method Summary | |
---|---|
java.lang.String |
getTaglibLocation()
|
java.lang.String |
getTaglibURI()
|
WebApp |
getWebApp()
Returns the value of the 'Web App' container reference. |
void |
setTaglibLocation(java.lang.String value)
|
void |
setTaglibURI(java.lang.String value)
|
void |
setWebApp(WebApp value)
Sets the value of the ' Web App ' container reference |
Method Detail |
public java.lang.String getTaglibURI()
public void setTaglibURI(java.lang.String value)
value
- The new value of the TaglibURI attributepublic java.lang.String getTaglibLocation()
public void setTaglibLocation(java.lang.String value)
value
- The new value of the TaglibLocation attributepublic WebApp getWebApp()
Tag Libs
'.
If the meaning of the 'Web App' container reference isn't clear, there really should be more of a description here...
setWebApp(WebApp)
,
WebapplicationPackage.getTagLibRef_WebApp()
,
WebApp.getTagLibs()
public void setWebApp(WebApp value)
Web App
' container reference.
value
- the new value of the 'Web App' container reference.getWebApp()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |