public interface InactiveSiteHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleInactiveSite(Site pSite,
DynamoHttpServletRequest pRequest,
DynamoHttpServletResponse pResponse)
process a request for a site to determine if
it is active and if it is not, handle it.
|
static final java.lang.String CLASS_VERSION
boolean handleInactiveSite(Site pSite, DynamoHttpServletRequest pRequest, DynamoHttpServletResponse pResponse) throws java.io.IOException
pSite - the potentially inactive sitepRequest - the Dynamo requestpResponse - the Dynamo responsejava.io.IOException - if there was an error handling the request