Interface LocaleConfig
public interface LocaleConfig
May 3, 2004
-
Method Summary
Modifier and TypeMethodDescriptiongetMergeResourceBundle(String[] names) getNavigationResourceBundle(String ownerType, String ownerId) Returns the orientation of the locale config.getResourceBundle(String name) voidsetDescription(String desc) voidsetInput(jakarta.servlet.http.HttpServletRequest req) voidsetInputEncoding(String enc) voidvoidvoidsetOrientation(Orientation orientation) Updates the orientation of the locale config.voidsetOutput(jakarta.servlet.http.HttpServletResponse res) voidsetOutputEncoding(String enc)
-
Method Details
-
getDescription
String getDescription() -
setDescription
-
getOutputEncoding
String getOutputEncoding() -
setOutputEncoding
-
getInputEncoding
String getInputEncoding() -
setInputEncoding
-
getLocale
Locale getLocale() -
setLocale
-
setLocale
-
getLanguage
String getLanguage() -
getLocaleName
String getLocaleName() -
getTagIdentifier
String getTagIdentifier() -
getResourceBundle
-
getMergeResourceBundle
-
setInput
- Throws:
UnsupportedEncodingException
-
setOutput
void setOutput(jakarta.servlet.http.HttpServletResponse res) -
getOrientation
Orientation getOrientation()Returns the orientation of the locale config.- Returns:
- the orientation
-
setOrientation
Updates the orientation of the locale config.- Parameters:
orientation- the new orientation
-