public interface MacroDescriptor
| Modifier and Type | Method and Description |
|---|---|
ContentDescriptor |
getContentDescriptor() |
String |
getDefaultCategory()
A macro can define a default classification category under which it falls.
|
String |
getDescription() |
MacroId |
getId() |
String |
getName() |
Map<String,ParameterDescriptor> |
getParameterDescriptorMap() |
Class<?> |
getParametersBeanClass() |
MacroId getId()
String getName()
String getDescription()
Class<?> getParametersBeanClass()
ContentDescriptor getContentDescriptor()
Map<String,ParameterDescriptor> getParameterDescriptorMap()
Map containing the ParameterDescriptor for each parameter.String getDefaultCategory()
Copyright © 2004–2014 XWiki. All rights reserved.