public class TagLibConfigurationDescriptor extends Object implements Serializable, javax.servlet.descriptor.TaglibDescriptor
| Constructor and Description |
|---|
TagLibConfigurationDescriptor()
Default constructor.
|
TagLibConfigurationDescriptor(String uri,
String location)
Construct a tag library configuration with the given location and URI.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTaglibLocation() |
String |
getTagLibLocation()
Describes the location of the tag library file.
|
String |
getTaglibURI() |
String |
getTagLibURI()
Return the URI of this tag lib.
|
void |
print(StringBuffer toStringBuffer)
Return a formatted String representing my state.
|
void |
setTagLibLocation(String location)
Describe the location of the tag library file.
|
void |
setTagLibURI(String uri)
Sets the URI of this tag lib.
|
public TagLibConfigurationDescriptor()
public void setTagLibURI(String uri)
the - URI of the tag library.public String getTagLibURI()
public String getTaglibURI()
getTaglibURI in interface javax.servlet.descriptor.TaglibDescriptorpublic void setTagLibLocation(String location)
the - location of the tag library.public String getTagLibLocation()
public String getTaglibLocation()
getTaglibLocation in interface javax.servlet.descriptor.TaglibDescriptorpublic void print(StringBuffer toStringBuffer)
Copyright © 2017. All rights reserved.