public class RegionServerListTmpl
extends org.jamon.AbstractTemplateProxy
Modifier and Type | Class and Description |
---|---|
static class |
RegionServerListTmpl.ImplData |
protected static interface |
RegionServerListTmpl.Intf |
Modifier and Type | Field and Description |
---|---|
protected List<ServerName> |
servers |
Constructor and Description |
---|
RegionServerListTmpl() |
RegionServerListTmpl(org.jamon.TemplateManager p_manager) |
Modifier and Type | Method and Description |
---|---|
protected org.jamon.AbstractTemplateImpl |
constructImpl() |
org.jamon.AbstractTemplateImpl |
constructImpl(Class<? extends org.jamon.AbstractTemplateImpl> p_class) |
RegionServerListTmpl.ImplData |
getImplData() |
protected RegionServerListTmpl.ImplData |
makeImplData() |
org.jamon.Renderer |
makeRenderer(HMaster master) |
void |
render(Writer jamonWriter,
HMaster master) |
void |
renderNoFlush(Writer jamonWriter,
HMaster master) |
RegionServerListTmpl |
setServers(List<ServerName> p_servers) |
protected List<ServerName> servers
public RegionServerListTmpl(org.jamon.TemplateManager p_manager)
public RegionServerListTmpl()
protected RegionServerListTmpl.ImplData makeImplData()
makeImplData
in class org.jamon.AbstractTemplateProxy
public RegionServerListTmpl.ImplData getImplData()
getImplData
in class org.jamon.AbstractTemplateProxy
public final RegionServerListTmpl setServers(List<ServerName> p_servers)
public org.jamon.AbstractTemplateImpl constructImpl(Class<? extends org.jamon.AbstractTemplateImpl> p_class)
constructImpl
in class org.jamon.AbstractTemplateProxy
protected org.jamon.AbstractTemplateImpl constructImpl()
constructImpl
in class org.jamon.AbstractTemplateProxy
public org.jamon.Renderer makeRenderer(HMaster master)
public void render(Writer jamonWriter, HMaster master) throws IOException
IOException
public void renderNoFlush(Writer jamonWriter, HMaster master) throws IOException
IOException
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.