public class CmsVfsBundleParameters
extends java.lang.Object
构造器和说明 |
---|
CmsVfsBundleParameters(java.lang.String name,
java.lang.String basePath,
java.util.Locale locale,
boolean isDefault,
java.lang.String type) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getBasePath()
Gets the base path of the resource bundle.
|
java.util.Locale |
getLocale()
Gets the locale.
|
java.lang.String |
getName()
Gets the name of the message bundle.
|
java.lang.String |
getType()
Gets the resource bundle type.
|
boolean |
isDefault()
Returns true if this is the set of parameters for the default message bundle.
|
public CmsVfsBundleParameters(java.lang.String name, java.lang.String basePath, java.util.Locale locale, boolean isDefault, java.lang.String type)
name
- the name of the message bundlebasePath
- the root base path of the message bundlelocale
- the locale of the message bundleisDefault
- true if this is the set of parameters for the default localetype
- a string constant indicating the type of the resource bundlepublic java.lang.String getBasePath()
public java.util.Locale getLocale()
public java.lang.String getName()
public java.lang.String getType()
public boolean isDefault()