public class PageConfig extends Object
Constructor and Description |
---|
PageConfig() |
Modifier and Type | Method and Description |
---|---|
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.