public class Hoyipage extends IHoyiCtrl
| 限定符和类型 | 字段和说明 |
|---|---|
boolean |
_containmds |
protected Boolean |
ContainFile |
boolean |
CTRL_ATTR
是否控件属性,若为控件属性,则不使用response.write输出.
|
protected static Map<String,String> |
htmlcache
页面HTML的缓存.
|
String |
HtmlContent |
String |
htmlpath |
boolean |
modluerended
模版是否已经渲染了Module,在重复调用渲染的时候生效.
|
static boolean |
OpenCacheHTML
是否打开页面缓存.
|
Map<String,Hoyipage> |
PageChild
用户控件.
|
Hoyipage |
pageroot |
Hoyipage |
parent |
BackgroundColor, Bottom, childrends, CSSClass, DataCount, EntitySource, ExecuteListener, FontColor, FontSize, Height, htmlostype, Id, InnerHTML, InnerText, JsonSource, Left, MapSource, MapSRCCount, Margin, OnClick, Padding, PageCount, PageIndex, PageSize, Pageurl, rendedHTMLContent, Right, Style, TableSource, Text, themehtmls, Top, WidthBehavior, Behaviored, currentReqType, database, exinstance, Log, NormalBehaviorType, NormalServiceType, reqmapinfo, reqtypes| 限定符和类型 | 方法和说明 |
|---|---|
String |
BootstrapLib()
jquery,bootstrap, cdn失效的话,改底层就OK了。
|
String |
DefHoyiPageLib()
默认hoyi page 提交,
jquery + bootstrap + jqueryvalidator + hoyireq
|
String |
EJS(String data)
替换特殊符号
|
boolean |
ExeBehavior()
执行行为.
|
String |
ExSimpleMDS(String _template) |
IHoyiCtrl |
GetById(String ctrlid) |
String |
GetHoyiPostJS()
设置是否需要加载JQUERY和HOYI REQ,HOYI SERVER POST,
开启了之后,则不需要引用Jquery和HOYIPOST文件了。
|
String |
GetInitPara()
获取在PreLoad定义的方法.
|
String |
getJqueryURL() |
String |
getJqueryVersion() |
String |
GetPostPInMethod()
获取定义在方法头的请求参数并生成JS.
|
String |
GetRootURL() |
String |
GetValueById(String idString) |
String |
HoyiLib()
通用HoyiPage 需要的js,css文件引用。
|
String |
HoyiPageSBAdminLib()
带jquery,hoyi,bootstrap, sbadmin
|
String |
HoyiReqLib()
hoyi-req.js
hoyi-server-req.v.1.31.s
|
String |
HoyReqWJquery()
jquery.js
hoyi-req.js
hoyi-server-req.v.1.31.js
|
boolean |
isContainHoyiJS() |
boolean |
IsContainInitPara() |
boolean |
isContainJQuery() |
boolean |
isMobileRequest()
判断手机提交的请求。
|
protected boolean |
IsPostBack() |
String |
JqueryLib()
Jquery Libraries.
|
String |
JqueryValidatorLib()
Jquery ValiLib
|
IHoyiCtrl |
LoadCtrl(String ctrlid) |
void |
LoadHoyiHTML() |
void |
OnAuthenticate() |
void |
OnEnd() |
void |
OnExBehavior() |
void |
OnInit() |
void |
OnPageLoad() |
void |
OnPageLoaded() |
void |
OnPreInit() |
void |
OnRender() |
void |
OnValidate() |
void |
OnWriteHTML() |
void |
PutClickPara(String eventid,
String paramname,
String paraelmid) |
String |
RenderChild(IHoyiCtrl childctrl,
int _datacount)
渲染子模版.
|
String |
SBAdminLib()
SB Admin
|
void |
setContainHoyiJS(boolean containHoyiJS) |
void |
setContainInitPara(boolean containpara) |
void |
setContainJQuery(boolean containJQuery) |
void |
setJqueryURL(String jqueryURL) |
void |
setJqueryVersion(String jqueryVersion) |
String |
WRITEHTML(String url)
hoyip.html文件读外部html
|
CalcPageCount, Click, DataBind, getDataCount, getHtmlContent, getId, getMapSRCCount, getPageCount, getPageIndex, getPageSize, getParentCtrl, getRendedHTMLContent, Init, InitContentByTemplates, Render, RenderT, setDataCount, setHtmlContent, setId, setMapSRCCount, setPageCount, setPageIndex, setPageSize, SetParamPageIndex, setParentCtrl, TransEXCUTEMethodAlert, Alert, CalcLimit_ADLIMIT, CalcLimit, CalcPageCount, CalcPageSize, CalcPgs, DeleteCookies, DeleteSession, EXESIMBehavior, EXESIMREQMETHOD, GetCookies, getLoginedUserid, getModel, getModelFromReq, getoffset, getpagesize, getPagingMap, getParams, getParams, getParams, GetParamsInt, GetParamsInt, getpgindex, getPgs, getPgs, getPgs, getRequest, getResponse, getRSAParams, GetSession, getStartid, getTokenId, getUserid, HandlerEx, InitAndLoadRequestType, LocationHref, SendRedirect, SetCookies, setRequest, setResponse, SetSession, ValidateReq, WRITEJS, WriteUTF8HTML, WriteUTF8JavaScript, WriteUTF8JSON, WriteUTF8JSON, WriteUTF8JSONDATA, WriteUTF8JSONDATAMSG, WriteUTF8JSONDATAMSG, WriteUTF8Text, WriteUTF8XMLpublic Hoyipage pageroot
public String htmlpath
protected Boolean ContainFile
public static boolean OpenCacheHTML
public Hoyipage parent
public boolean CTRL_ATTR
public String HtmlContent
public boolean _containmds
public boolean modluerended
public boolean isMobileRequest()
protected boolean IsPostBack()
public String GetPostPInMethod()
public String GetInitPara()
public String GetRootURL()
public boolean ExeBehavior()
IWebServiceExeBehavior 在类中 IWebServicepublic void OnPreInit()
throws IOException
IOExceptionpublic void OnExBehavior()
throws IOException
IOExceptionpublic void OnInit()
throws IOException
IOExceptionpublic void LoadHoyiHTML()
throws IOException
IOExceptionpublic void OnPageLoad()
public void OnPageLoaded()
public void OnAuthenticate()
public void OnValidate()
public void OnRender()
public String RenderChild(IHoyiCtrl childctrl, int _datacount)
childctrl - 子控件_datacount - 数据源长度.public String JqueryLib()
public String JqueryValidatorLib()
public String BootstrapLib()
public String HoyiReqLib()
public String HoyReqWJquery()
public String DefHoyiPageLib()
public String HoyiLib()
public String SBAdminLib()
public String HoyiPageSBAdminLib()
public String GetHoyiPostJS()
public void setContainInitPara(boolean containpara)
public boolean IsContainInitPara()
public void OnWriteHTML()
public boolean isContainHoyiJS()
public void setContainHoyiJS(boolean containHoyiJS)
public boolean isContainJQuery()
public void setContainJQuery(boolean containJQuery)
public String getJqueryVersion()
public void setJqueryVersion(String jqueryVersion)
public String getJqueryURL()
public void setJqueryURL(String jqueryURL)
public void OnEnd()
Copyright © 2019. All rights reserved.