Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.views
Class AbstractView

java.lang.Object
  extended by org.nuxeo.theme.views.AbstractView
All Implemented Interfaces:
View
Direct Known Subclasses:
BlockRegionView, BypassView, CellFrameAreaStyle, CellFrameWidget, DefaultLayoutView, DefaultStyleView, FaceletRegionView, PageFrameAreaStyle, PanelView, SectionFrameAreaStyle, TemplateView

public abstract class AbstractView
extends Object
implements View


Constructor Summary
AbstractView()
           
 
Method Summary
 ViewType getViewType()
           
abstract  String render(RenderingInfo info)
           
 void setViewType(ViewType viewType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractView

public AbstractView()
Method Detail

render

public abstract String render(RenderingInfo info)
Specified by:
render in interface View

getViewType

public ViewType getViewType()
Specified by:
getViewType in interface View

setViewType

public void setViewType(ViewType viewType)
Specified by:
setViewType in interface View

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.