public class OtherSet
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Description: 其他设置
Title:首亨软件 - TSS/CRM等
限定符和类型 | 字段和说明 |
---|---|
boolean |
bodyClickClosePop |
java.lang.String |
bodyCss |
boolean |
cancelTemplate |
boolean |
includeBmap |
boolean |
includeEcharts |
boolean |
includeEchartsgl |
boolean |
includeHtWeb |
boolean |
includeOlmap |
boolean |
includeQQmap |
boolean |
includeTmap |
boolean |
includeUEditor |
boolean |
inDateJs |
boolean |
inPinyinJs |
boolean |
inTreeJs |
boolean |
isWxCorp |
boolean |
isWXOAuth |
static java.lang.String |
KEY_rateLimiter_prefix |
构造器和说明 |
---|
OtherSet() |
限定符和类型 | 方法和说明 |
---|---|
void |
addHTPlugin(java.lang.String attr) |
void |
appendBodyCss(java.lang.String clazz) |
void |
check(ModuleContext context)
检查合法性及部分参数设置
|
boolean |
checkModuleAuth(ModuleContext context)
检查权限
|
boolean |
checkRateLimiter(ModuleContext context)
检查限流
|
java.lang.String |
getDcType() |
java.lang.String |
getHTPlugin() |
java.util.List<java.lang.String> |
getRefererList() |
boolean |
isCheckToken() |
boolean |
isFileEncrypt() |
boolean |
isIgnoreDefalutCss() |
boolean |
isModuleAuth() |
void |
parserNode(org.jdom.Element nodeEl,
ModuleData moduleData) |
java.lang.String |
processBodyCss(ModuleContext context) |
void |
setDcType(java.lang.String dcType) |
public static final java.lang.String KEY_rateLimiter_prefix
public boolean inPinyinJs
public boolean isWXOAuth
public boolean isWxCorp
public boolean inDateJs
public boolean inTreeJs
public boolean cancelTemplate
public boolean includeBmap
public boolean includeOlmap
public boolean includeQQmap
public boolean includeTmap
public boolean includeUEditor
public boolean includeEcharts
public boolean includeEchartsgl
public boolean includeHtWeb
public boolean bodyClickClosePop
public java.lang.String bodyCss
public void parserNode(org.jdom.Element nodeEl, ModuleData moduleData)
public boolean checkRateLimiter(ModuleContext context)
context
- ModuleContextpublic void check(ModuleContext context)
context
- ModuleContextpublic boolean checkModuleAuth(ModuleContext context)
context
- ModuleContextpublic boolean isModuleAuth()
public java.lang.String getDcType()
public void setDcType(java.lang.String dcType)
public boolean isIgnoreDefalutCss()
public void addHTPlugin(java.lang.String attr)
public java.lang.String getHTPlugin()
public java.lang.String processBodyCss(ModuleContext context)
public void appendBodyCss(java.lang.String clazz)
public boolean isFileEncrypt()
public java.util.List<java.lang.String> getRefererList()
public boolean isCheckToken()