public abstract class WebsiteConfig extends Object
Constructor and Description |
---|
WebsiteConfig(String indexDocumentSuffix,
String errorDocumentKey) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorDocumentKey() |
String |
getIndexDocumentSuffix() |
boolean |
isWebsiteConfigActive() |
abstract String |
toXml() |
public String getIndexDocumentSuffix()
public String getErrorDocumentKey()
public boolean isWebsiteConfigActive()
public abstract String toXml() throws ParserConfigurationException, FactoryConfigurationError, TransformerException
Copyright © 2006–2018. All rights reserved.