public interface ErrorPageApi
ErrorPageAsyncApi
Modifier and Type | Method and Description |
---|---|
void |
create(String content)
Specify the HTML content for the custom error page.
|
boolean |
delete()
If a custom error page is deleted, or the load balancer is changed to a non-HTTP protocol, the default error
page will be restored.
|
String |
get()
Get the error page HTML content.
|
void create(String content)
String get()
boolean delete()
Copyright © 2009-2013 jclouds. All Rights Reserved.