org.xwiki.rendering.macro.descriptor
Interface ContentDescriptor

All Known Implementing Classes:
DefaultContentDescriptor

public interface ContentDescriptor

Define a macro content.

Since:
1.9M1
Version:
$Id: 9ccf8b7f3f56ec565cda7c4215923c5d3966a054 $

Method Summary
 String getDescription()
           
 boolean isMandatory()
           
 

Method Detail

getDescription

String getDescription()
Returns:
the description of the macro content.

isMandatory

boolean isMandatory()
Returns:
indicate if the macro content is mandatory.


Copyright © 2004-2011 XWiki. All Rights Reserved.