public class GenContext extends Properties
defaults| 构造器和说明 |
|---|
GenContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApiVersion()
Gets the basepath.
|
String |
getAuthor()
Gets the author.
|
String |
getBasepath()
Gets the basepath.
|
String |
getCopyright()
Gets the copyright.
|
String |
getCssStyle()
Gets css style.
|
String |
getDocTitle()
Gets the doc title.
|
String |
getDomain()
Gets the domain.
|
Boolean |
getEnableGwtConnector()
Gets the enable gwt connector.
|
Boolean |
getEnableJavaConnector()
Gets the enable java connector.
|
String |
getHomeUrl()
Gets home url.
|
String |
getLogobase64()
Gets the basepath.
|
String |
getNameSpace()
Gets the name space.
|
String |
getSubtitle()
Gets the subtitle.
|
String |
getWordURL()
Gets the name space.
|
void |
setApiversion(String basepath)
Sets the basepath.
|
void |
setAuthor(String author)
Sets the author.
|
void |
setBasepath(String basepath)
Sets the basepath.
|
void |
setCopyright(String copyright)
Sets the copyright.
|
void |
setCssStyle(String s)
设置样式
|
void |
setDocTitle(String docTitle)
Sets the doc title.
|
void |
setDomain(String domain)
Sets the domain.
|
void |
setEnableGwtConnector(String v)
Sets the enable gwt connector.
|
void |
setEnableJavaConnector(String v)
Sets the enable java connector.
|
void |
setHomeUrl(String s)
home url
|
void |
setLogobase64(String logobase64)
Sets the basepath.
|
void |
setNameSpace(String namespace)
Sets the name space.
|
void |
setSubtitle(String subtitle)
Sets the subtitle.
|
void |
setWordURL(String wordUrl)
Sets the name space.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic String getLogobase64()
public void setLogobase64(String logobase64)
logobase64 - the new basepathpublic String getApiVersion()
public void setApiversion(String basepath)
basepath - the new basepathpublic String getDomain()
public void setDomain(String domain)
domain - the new domainpublic String getBasepath()
public void setBasepath(String basepath)
basepath - the new basepathpublic void setDocTitle(String docTitle)
docTitle - the new doc titlepublic String getDocTitle()
public void setAuthor(String author)
author - the new authorpublic String getAuthor()
public String getNameSpace()
public void setNameSpace(String namespace)
namespace - the new name spacepublic String getWordURL()
public void setWordURL(String wordUrl)
wordUrl - the new word URLpublic String getSubtitle()
public void setSubtitle(String subtitle)
subtitle - the new subtitlepublic String getCopyright()
public void setCopyright(String copyright)
copyright - the new copyrightpublic void setEnableJavaConnector(String v)
v - the new enable java connectorpublic void setEnableGwtConnector(String v)
v - the new enable gwt connectorpublic Boolean getEnableJavaConnector()
public Boolean getEnableGwtConnector()
public void setHomeUrl(String s)
s - the spublic String getHomeUrl()
public void setCssStyle(String s)
s - the spublic String getCssStyle()
Copyright © 2018. All rights reserved.