类 ModulePageHtmlUtil
java.lang.Object
com.sh.common.util.SHUtils
com.sh.common.util.HTMLUtil
com.sh.wf.module.util.ModuleHtmlUtil
com.sh.wf.module.util.ModulePageHtmlUtil
Description: 直接显示页面
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2023年12月18日
-
字段概要
从类继承的字段 com.sh.common.util.HTMLUtil
DEFAULT_CHARSET, documentDomain, LOADJARFILE_CHARSET, scriptFile, scriptMap -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringpageHtml(jakarta.servlet.http.HttpServletRequest request, ModuleData moduleData, ModuleContext context) 加载页面HTMLstatic voidremoveComments(org.jsoup.nodes.Element el) 删除注释节点从类继承的方法 com.sh.wf.module.util.ModuleHtmlUtil
callExHtml, chooseExportColumnHtml, loadComponentHtml, moduleHtml, moduleWXAuthHtml, processChartScript, processCSSScript, toIFrameforward从类继承的方法 com.sh.common.util.HTMLUtil
convert2HtmlKeyword, convert2NavigateAttr, getAjaxScript, getButtonHtml, getButtonScript, getContainerEnd, getContainerStart, getDateScript, getDefaultScript, getDefaultScript, getDefaultScript, getDefaultStyle, getDefaultStyle, getEndPrefix, getFileScript, getFileStyle, getHeaderCol, getHtmlDocType, getHtmlDocType, getHtmlText, getListTable, getPageControlPanelEnd, getPageControlPanelStart, getPageControlPanelStart, getPageDataPanelEnd, getPageDataPanelEnd, getPageDataPanelStart, getPageDataPanelStart, getPageNavigatePanelEnd, getPageNavigatePanelStart, getPageNavigatePanelStart, getPagePanelEnd, getPagePanelEnd, getPagePanelStart, getPagePanelStart, getPageQueryPanelEnd, getPageQueryPanelStart, getPageQueryPanelStart, getPageQueryPanelStart, getPageTitleEnd, getPageTitleStart, getPopchecktree, getScriptFile, getSkinId, getTip, loadFile, loadFile, loadFile, loadJarFile, loadScript, main, parserElVar, toIFrameForward, toMessageForward从类继承的方法 com.sh.common.util.SHUtils
getDeptAllUser, getRequest, getResponse, getRoleDeptUser, isAjaxQuery, isAjaxQuery, isContain
-
构造器详细资料
-
ModulePageHtmlUtil
public ModulePageHtmlUtil()
-
-
方法详细资料
-
pageHtml
public static String pageHtml(jakarta.servlet.http.HttpServletRequest request, ModuleData moduleData, ModuleContext context) 加载页面HTML- 参数:
request- HttpServletRequestmoduleData- ModuleDatacontext- ModuleContext- 返回:
- String
-
removeComments
public static void removeComments(org.jsoup.nodes.Element el) 删除注释节点- 参数:
el-
-