net.kalio.empweb.engine
Class Bundles
java.lang.Object
net.kalio.empweb.engine.Bundles
public abstract class Bundles
- extends java.lang.Object
Title: Bundles
Description: Utility class to get the registered base i18n bundle name to send in the Msg keys.
The getter methods are public, but the setter methos have only package-level access.
The default bundles are "core.engine", and "core.process", for the Engine and Process bundles
respectively.
Copyright: Copyright (c) 2005
Company: Kalio
- Version:
- 1.0
- Author:
- Barzilai Spinak
Method Summary |
static java.lang.String |
getEngine()
|
static java.lang.String |
getProcess()
|
(package private) static void |
setEngine(java.lang.String b)
|
(package private) static void |
setProcess(java.lang.String b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bundles
public Bundles()
getEngine
public static java.lang.String getEngine()
setEngine
static void setEngine(java.lang.String b)
getProcess
public static java.lang.String getProcess()
setProcess
static void setProcess(java.lang.String b)