Package org.jets3t.service.model
Class WebsiteConfig
java.lang.Object
org.jets3t.service.model.WebsiteConfig
Represents the website configuraton of a bucket
- Author:
- James Murty
-
Constructor Summary
ConstructorsConstructorDescriptionWebsiteConfig
(String indexDocumentSuffix) WebsiteConfig
(String indexDocumentSuffix, String errorDocumentKey) -
Method Summary
-
Constructor Details
-
WebsiteConfig
-
WebsiteConfig
-
-
Method Details
-
getIndexDocumentSuffix
-
getErrorDocumentKey
-
isWebsiteConfigActive
public boolean isWebsiteConfigActive() -
toXml
public String toXml() throws ParserConfigurationException, FactoryConfigurationError, TransformerException- Returns:
- An XML representation of the object suitable for use as an input to the REST/HTTP interface.
- Throws:
FactoryConfigurationError
ParserConfigurationException
TransformerException
-