Package org.javlo.component.core
Interface IPreviewable
-
- All Known Implementing Classes:
EmbedVideo
,FreeImage
,FreeImageWithVisibleLabel
,GlobalImage
,GlobalImageSession
,Image
,ImageBackground
,ImageTitle
,InvisibleImage
,OnlineVideo
,Video
public interface IPreviewable
a component with a preview zone, this Interface is use for Ajax response of a update of that zone.- Author:
- Patrick Vandermaesen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPreviewCode(ContentContext ctx, int maxInstance)
-
-
-
Method Detail
-
getPreviewCode
String getPreviewCode(ContentContext ctx, int maxInstance) throws Exception
- Throws:
Exception
-
-