public class RegionListTmpl extends org.jamon.AbstractTemplateProxy
Modifier and Type | Class and Description |
---|---|
static class |
RegionListTmpl.ImplData |
static interface |
RegionListTmpl.Intf |
Modifier | Constructor and Description |
---|---|
|
RegionListTmpl() |
protected |
RegionListTmpl(String p_path) |
|
RegionListTmpl(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) |
RegionListTmpl.ImplData |
getImplData() |
protected org.jamon.AbstractTemplateProxy.ImplData |
makeImplData() |
org.jamon.Renderer |
makeRenderer(HRegionServer regionServer,
List<RegionInfo> onlineRegions) |
void |
render(Writer jamonWriter,
HRegionServer regionServer,
List<RegionInfo> onlineRegions) |
void |
renderNoFlush(Writer jamonWriter,
HRegionServer regionServer,
List<RegionInfo> onlineRegions) |
public RegionListTmpl(org.jamon.TemplateManager p_manager)
protected RegionListTmpl(String p_path)
public RegionListTmpl()
protected org.jamon.AbstractTemplateProxy.ImplData makeImplData()
makeImplData
in class org.jamon.AbstractTemplateProxy
public RegionListTmpl.ImplData getImplData()
getImplData
in class org.jamon.AbstractTemplateProxy
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(HRegionServer regionServer, List<RegionInfo> onlineRegions)
public void render(Writer jamonWriter, HRegionServer regionServer, List<RegionInfo> onlineRegions) throws IOException
IOException
public void renderNoFlush(Writer jamonWriter, HRegionServer regionServer, List<RegionInfo> onlineRegions) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.