|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.util.OwStringProperties
public class OwStringProperties
Class for the string text mapped by key.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Method Summary | |
---|---|
static OwStringProperties |
getInstance()
Get instance |
Hashtable |
getProperties(Locale local_p)
get the properties map with locale strings from cash |
static void |
initialize(OwXMLUtil bootConfig)
initialize custom localization files |
void |
putAll(Locale locale_p,
Map properties_p)
Adds the given key mapped localization properties to the current text mappings. |
void |
putLabel(Locale local_p,
String key_p,
String label_p)
Adds the given key mapped label to the current text mappings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Hashtable getProperties(Locale local_p) throws OwDebugModeException
local_p
- Locale
OwDebugModeException
public static void initialize(OwXMLUtil bootConfig)
bootConfig
- public static OwStringProperties getInstance()
public void putAll(Locale locale_p, Map properties_p) throws OwDebugModeException
locale_p
- properties_p
-
OwDebugModeException
public void putLabel(Locale local_p, String key_p, String label_p) throws OwDebugModeException
OwString.LABEL_PREFIX
is added to the given key.
local_p
- key_p
- label_p
-
OwDebugModeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |