public class PageConfig extends Object
| 构造器和说明 |
|---|
PageConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
ContextConfig |
getContextConfig() |
String |
getPageAddPathTemplate() |
String |
getPageEditPathTemplate() |
String |
getPageInfoJsPathTemplate() |
String |
getPageJsPathTemplate() |
String |
getPagePathTemplate() |
void |
init() |
void |
setContextConfig(ContextConfig contextConfig) |
void |
setPageAddPathTemplate(String pageAddPathTemplate) |
void |
setPageEditPathTemplate(String pageEditPathTemplate) |
void |
setPageInfoJsPathTemplate(String pageInfoJsPathTemplate) |
void |
setPageJsPathTemplate(String pageJsPathTemplate) |
void |
setPagePathTemplate(String pagePathTemplate) |
public void init()
public String getPagePathTemplate()
public void setPagePathTemplate(String pagePathTemplate)
public String getPageJsPathTemplate()
public void setPageJsPathTemplate(String pageJsPathTemplate)
public String getPageAddPathTemplate()
public void setPageAddPathTemplate(String pageAddPathTemplate)
public String getPageEditPathTemplate()
public void setPageEditPathTemplate(String pageEditPathTemplate)
public String getPageInfoJsPathTemplate()
public void setPageInfoJsPathTemplate(String pageInfoJsPathTemplate)
public ContextConfig getContextConfig()
public void setContextConfig(ContextConfig contextConfig)
Copyright © 2018. All rights reserved.