Package de.xima.fc.form.renderer
Class XFormRendererConfig
- java.lang.Object
 - 
- de.xima.fc.form.renderer.XFormRendererConfig
 
 
- 
@ApplicationScoped @Named("XFormRendererConfig") public class XFormRendererConfig extends Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static FilenameFiltercssFileFilterstatic FilenameFilterhtmlFileFilterstatic StringI18N_FILEstatic FilenameFilterjsFileFilterstatic StringLOADMASK_FILEprotected static org.slf4j.LoggerLOGstatic StringNOSCRIPT_FILEstatic StringNOSCRIPTCSS_FILEstatic StringNOSCRIPTCSS_FILE_RELATIVEDeprecated.Not used anymore. 
- 
Constructor Summary
Constructors Constructor Description XFormRendererConfig() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringgetEncoding()static StringgetI18NFilePath()Deprecated.static com.alibaba.fastjson.JSONObjectgetI18NObject()static StringgetI18NResourcePath()Deprecated.static StringgetIncludesPath()static StringgetIncludesTemplatePath()static StringgetIncludesURL()static StringgetIncludesURLPart()static StringgetNoCacheAndParameter()static StringgetNoCacheParameter()static StringgetNoCacheQuestParameter()static booleanisDevMode()static booleanisInline()static voidsetDevMode(boolean devMode)static voidsetEncoding(String encoding)static voidsetI18NResourcePath(String resPath)Deprecated.static voidsetIncludesPath(String path)static voidsetIncludesTemplatePath(String path)static voidsetIncludesURL(String includesURL)static voidsetIncludesURLPart(String includesURLPart)static voidsetInline(boolean inline)voidsetSytemLang(String i18nString) 
 - 
 
- 
- 
Field Detail
- 
I18N_FILE
public static String I18N_FILE
 
- 
LOADMASK_FILE
public static String LOADMASK_FILE
 
- 
NOSCRIPT_FILE
public static String NOSCRIPT_FILE
 
- 
NOSCRIPTCSS_FILE
public static String NOSCRIPTCSS_FILE
 
- 
NOSCRIPTCSS_FILE_RELATIVE
@Deprecated public static String NOSCRIPTCSS_FILE_RELATIVE
Deprecated.Not used anymore. 
- 
LOG
protected static final org.slf4j.Logger LOG
 
- 
jsFileFilter
public static FilenameFilter jsFileFilter
 
- 
cssFileFilter
public static FilenameFilter cssFileFilter
 
- 
htmlFileFilter
public static FilenameFilter htmlFileFilter
 
 - 
 
- 
Method Detail
- 
setSytemLang
public void setSytemLang(String i18nString)
 
- 
getI18NObject
public static com.alibaba.fastjson.JSONObject getI18NObject()
 
- 
setEncoding
public static void setEncoding(String encoding)
 
- 
getEncoding
public static String getEncoding()
 
- 
setIncludesPath
public static void setIncludesPath(String path)
 
- 
getIncludesPath
public static String getIncludesPath()
 
- 
setIncludesTemplatePath
public static void setIncludesTemplatePath(String path)
 
- 
getIncludesTemplatePath
public static String getIncludesTemplatePath()
 
- 
isInline
public static boolean isInline()
 
- 
setInline
public static void setInline(boolean inline)
 
- 
getIncludesURL
public static String getIncludesURL()
 
- 
setIncludesURL
public static void setIncludesURL(String includesURL)
 
- 
getNoCacheQuestParameter
public static String getNoCacheQuestParameter()
 
- 
getNoCacheAndParameter
public static String getNoCacheAndParameter()
 
- 
getNoCacheParameter
public static String getNoCacheParameter()
 
- 
isDevMode
public static boolean isDevMode()
 
- 
setDevMode
public static void setDevMode(boolean devMode)
 
- 
getIncludesURLPart
public static String getIncludesURLPart()
 
- 
setIncludesURLPart
public static void setIncludesURLPart(String includesURLPart)
 
- 
getI18NResourcePath
@Deprecated public static String getI18NResourcePath()
Deprecated. 
- 
setI18NResourcePath
@Deprecated public static void setI18NResourcePath(String resPath)
Deprecated. 
- 
getI18NFilePath
@Deprecated public static String getI18NFilePath()
Deprecated. 
 - 
 
 -