Class LocalizedContentDescriptorImpl
- java.lang.Object
-
- org.glassfish.web.deployment.descriptor.LocalizedContentDescriptorImpl
-
- All Implemented Interfaces:
LocalizedContentDescriptor,Serializable
public class LocalizedContentDescriptorImpl extends Object implements LocalizedContentDescriptor, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalizedContentDescriptorImpl()LocalizedContentDescriptorImpl(String locale, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocale()StringgetUrl()voidprint(StringBuilder toStringBuilder)voidsetLocale(String locale)voidsetUrl(String url)
-
-
-
Method Detail
-
getLocale
public String getLocale()
- Specified by:
getLocalein interfaceLocalizedContentDescriptor
-
setLocale
public void setLocale(String locale)
- Specified by:
setLocalein interfaceLocalizedContentDescriptor
-
getUrl
public String getUrl()
- Specified by:
getUrlin interfaceLocalizedContentDescriptor
-
setUrl
public void setUrl(String url)
- Specified by:
setUrlin interfaceLocalizedContentDescriptor
-
print
public void print(StringBuilder toStringBuilder)
-
-