public class AdminPageBuilder
extends com.googlecode.jatl.Html
| Constructor and Description |
|---|
AdminPageBuilder(StringWriter writer,
Router router,
String relativeRootPath,
Map<String,String> params,
boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
com.googlecode.jatl.Html |
action(String value) |
protected void |
createAddClusterForm(String balancerName) |
protected void |
createAddFwdRuleForm() |
protected void |
createAddNodeForm(String balancerName) |
protected void |
createAddProxyRuleForm() |
protected void |
createBalancersTable() |
protected void |
createClustersTable(String balancerName) |
protected void |
createFwdRulesTable() |
protected void |
createHead() |
static String |
createHRef(String ctrl,
String action,
String query) |
protected void |
createInterceptorTable(List<Interceptor> interceptors) |
protected void |
createLink(String label,
String ctrl,
String action,
String query) |
protected void |
createMeta(String... meta) |
protected void |
createMetaElements() |
protected void |
createNodesTable(String balancerName) |
String |
createPage() |
protected void |
createProxyRulesTable() |
void |
createServiceProxyVisualization(ServiceProxy proxy,
String relativeRootPath) |
protected void |
createSessionsTable(List<Session> sessions) |
protected void |
createStatisticsTable() |
protected void |
createStatusCodesTable(Map<Integer,StatisticCollector> statusCodes) |
protected void |
createTabContent() |
protected void |
createTabs(int selected) |
protected void |
createTds(String... data) |
protected void |
createThs(String... data) |
protected void |
createTr(String... data) |
protected int |
getSelectedTab() |
protected String |
getTitle() |
com.googlecode.jatl.Html |
href(String value) |
com.googlecode.jatl.Html |
src(String value) |
checkbox, checkbox, escapeMarkup, optionpublic com.googlecode.jatl.Html action(String value)
action in class com.googlecode.jatl.HtmlBuilder<com.googlecode.jatl.Html>public com.googlecode.jatl.Html src(String value)
src in class com.googlecode.jatl.HtmlBuilder<com.googlecode.jatl.Html>public com.googlecode.jatl.Html href(String value)
href in class com.googlecode.jatl.HtmlBuilder<com.googlecode.jatl.Html>protected String getTitle()
protected int getSelectedTab()
protected void createHead()
protected void createMetaElements()
protected void createMeta(String... meta)
protected void createInterceptorTable(List<Interceptor> interceptors)
protected void createAddFwdRuleForm()
protected void createAddProxyRuleForm()
protected void createFwdRulesTable()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionprotected void createProxyRulesTable()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionprotected void createAddClusterForm(String balancerName)
protected void createBalancersTable()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionprotected void createClustersTable(String balancerName) throws UnsupportedEncodingException
UnsupportedEncodingExceptionprotected void createAddNodeForm(String balancerName)
protected void createStatusCodesTable(Map<Integer,StatisticCollector> statusCodes) throws Exception
Exceptionprotected void createStatisticsTable()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionprotected void createNodesTable(String balancerName) throws Exception
Exceptionprotected void createLink(String label, String ctrl, String action, String query) throws UnsupportedEncodingException
UnsupportedEncodingExceptionprotected void createThs(String... data)
protected void createTds(String... data)
protected void createTr(String... data)
public void createServiceProxyVisualization(ServiceProxy proxy, String relativeRootPath)
Copyright © 2012. All Rights Reserved.