public abstract class AbstractRenderView extends Object implements RenderViewType
Constructor and Description |
---|
AbstractRenderView() |
Modifier and Type | Method and Description |
---|---|
void |
show(MvcRequest request,
MvcResponse response) |
protected abstract void |
show(RequestInstrument requestInstrument,
String view,
DispatcherType dispatcherType) |
protected abstract void show(RequestInstrument requestInstrument, String view, DispatcherType dispatcherType)
public void show(MvcRequest request, MvcResponse response)
show
in interface RenderViewType
Copyright © 2018 Brandao. All rights reserved.