|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jolene.constants.Prefs
public class Prefs
Defined preferences for jolene.properties file. TODO maybe conver to Enum.
Field Summary | |
---|---|
static Prefs |
CacheSize
Default: 32. |
static Prefs |
DocumentCaching
Default: true. |
static Prefs |
GenerateLocaleStrings
When set to true /resources/application.properites file is updated based on the template labels. |
static Prefs |
SelectValueSeperator
Default comma (,). |
static Prefs |
StreamLabelTags
Default true. |
static Prefs |
XHTMLStrict
Default false. |
Method Summary | |
---|---|
java.lang.String |
getValue()
|
void |
setValue(java.lang.Object value)
|
java.lang.String |
toString()
|
static Prefs |
valueOf(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Prefs CacheSize
DocumentFactory
public static final Prefs DocumentCaching
DocumentFactory
public static final Prefs GenerateLocaleStrings
public static final Prefs SelectValueSeperator
public static final Prefs StreamLabelTags
Text
public static final Prefs XHTMLStrict
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getValue()
public void setValue(java.lang.Object value)
public static Prefs valueOf(java.lang.String name) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |