Package org.jets3t.service.model
Class WebsiteConfig
- java.lang.Object
-
- org.jets3t.service.model.WebsiteConfig
-
public class WebsiteConfig extends Object
Represents the website configuraton of a bucket- Author:
- James Murty
-
-
Constructor Summary
Constructors Constructor Description WebsiteConfig(String indexDocumentSuffix)
WebsiteConfig(String indexDocumentSuffix, String errorDocumentKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorDocumentKey()
String
getIndexDocumentSuffix()
boolean
isWebsiteConfigActive()
String
toXml()
-
-
-
Method Detail
-
getIndexDocumentSuffix
public String getIndexDocumentSuffix()
-
getErrorDocumentKey
public String 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
-
-