Class XFormRendererConfig
java.lang.Object
de.xima.fc.form.renderer.XFormRendererConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic FilenameFilterstatic FilenameFilterstatic Stringstatic FilenameFilterprotected static final org.slf4j.Loggerstatic Stringstatic String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic StringDeprecated.static com.alibaba.fastjson.JSONObjectstatic StringDeprecated.static Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic booleanDeprecated.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 voidstatic voidsetIncludesURL(String includesURL) static voidsetIncludesURLPart(String includesURLPart) static voidsetInline(boolean inline) voidsetSytemLang(String i18nString)
-
Field Details
-
I18N_FILE
-
NOSCRIPT_FILE
-
NOSCRIPTCSS_FILE
-
LOG
protected static final org.slf4j.Logger LOG -
jsFileFilter
-
cssFileFilter
-
htmlFileFilter
-
-
Constructor Details
-
XFormRendererConfig
public XFormRendererConfig()
-
-
Method Details
-
setSytemLang
-
getI18NObject
public static com.alibaba.fastjson.JSONObject getI18NObject() -
setEncoding
-
getEncoding
-
setIncludesPath
-
getIncludesPath
-
setIncludesTemplatePath
-
getIncludesTemplatePath
-
isInline
public static boolean isInline() -
setInline
public static void setInline(boolean inline) -
getIncludesURL
-
setIncludesURL
-
getNoCacheQuestParameter
-
getNoCacheAndParameter
-
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
-
setIncludesURLPart
-
getI18NResourcePath
Deprecated. -
setI18NResourcePath
Deprecated. -
getI18NFilePath
Deprecated.
-
WebAppContext.getInstance().getServletContextInfo().isDevelopmentMode().