| Modifier and Type | Class and Description |
|---|---|
static class |
AnnouncerHTTP.DescriptorImpl |
static class |
AnnouncerHTTP.MustacheURLEscapeFormatter |
| Modifier and Type | Field and Description |
|---|---|
protected com.samskivert.mustache.Template |
_compiledTemplate |
protected String |
_urlTemplate |
protected static org.apache.http.client.HttpClient |
httpClient |
protected static Logger |
LOG |
_eventTypes| Constructor and Description |
|---|
AnnouncerHTTP(EnumSet<EventType> eventTypes,
String urlTemplate) |
| Modifier and Type | Method and Description |
|---|---|
void |
announce(Event event) |
protected com.samskivert.mustache.Template |
getCompiledTemplate() |
static org.apache.http.client.HttpClient |
getHttpClient() |
protected static com.samskivert.mustache.Mustache.Compiler |
getMustacheCompiler() |
boolean |
getRequest(String url) |
String |
getUrlTemplate() |
protected static String |
renderURL(com.samskivert.mustache.Template compiledTemplate,
Event event) |
void |
setUrlTemplate(String ut) |
announceAndFilter, getEventTypes, setEventTypesprotected static final org.apache.http.client.HttpClient httpClient
protected static final Logger LOG
protected com.samskivert.mustache.Template _compiledTemplate
protected String _urlTemplate
public static org.apache.http.client.HttpClient getHttpClient()
public String getUrlTemplate()
@DataBoundSetter public void setUrlTemplate(String ut)
protected static com.samskivert.mustache.Mustache.Compiler getMustacheCompiler()
protected static String renderURL(com.samskivert.mustache.Template compiledTemplate, Event event)
protected com.samskivert.mustache.Template getCompiledTemplate()
public boolean getRequest(String url)
Copyright © 2004-2015. All Rights Reserved.