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