public abstract class AbstractView extends Object implements View
Constructor and Description |
---|
AbstractView() |
Modifier and Type | Method and Description |
---|---|
ViewType |
getViewType() |
abstract String |
render(RenderingInfo info) |
void |
setViewType(ViewType viewType) |
public AbstractView()
public abstract String render(RenderingInfo info)
public ViewType getViewType()
getViewType
in interface View
public void setViewType(ViewType viewType)
setViewType
in interface View
Copyright © 2015 Nuxeo SA. All rights reserved.