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 FilenameFilterjsFileFilterprotected static org.slf4j.LoggerLOGstatic StringNOSCRIPT_FILEstatic StringNOSCRIPTCSS_FILE
-
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()Deprecated.static booleanisInline()static voidsetDevMode(boolean devMode)Deprecated.No need to set this, should not be used.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
-
NOSCRIPT_FILE
public static String NOSCRIPT_FILE
-
NOSCRIPTCSS_FILE
public static String NOSCRIPTCSS_FILE
-
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()
Deprecated.- Returns:
- Whether the formcycle dev mode is enabled.
-
setDevMode
public static void setDevMode(boolean devMode)
Deprecated.No need to set this, should not be used. UseWebAppContext.getInstance().getServletContextInfo().isDevelopmentMode().- Parameters:
devMode- Whether the formcycle dev mode is enabled.
-
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.
-
-