Interface ILanguagePack
- All Superinterfaces:
IComponent
,IInitializable
A simple interface that describes a specific Langauge pack for the portal
-
Method Summary
Modifier and TypeMethodDescriptionWhat the locale of this language pack isReturns the name of the component that this language pack is targeted forMethods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
-
Method Details
-
getLocale
What the locale of this language pack is- Throws:
PortalException
-
getTargetComponentName
Returns the name of the component that this language pack is targeted for- Returns:
- may return null
- Throws:
PortalException
-