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 RenderViewTypeCopyright © 2026 Brandao. All rights reserved.