Class AbstractPropertySection
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.cms.properties.section.AbstractPropertySection
- All Implemented Interfaces:
 PropertySection,LogEnabled,PluginAware,Prioritizable,Supporter<AmetysObject>,Configurable
- Direct Known Subclasses:
 AbstractDefaultPropertySection,AmetysObjectTechnicalSection,FormEntryValuesSection
public abstract class AbstractPropertySection
extends AbstractLogEnabled
implements PropertySection, Configurable, PluginAware
Abstract implementation of 
PropertySection, should be used by default.
 Priority is configurable.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(Configuration configuration) getId()Get the identifier of the sectionintGet the priority for the component.voidsetPluginInfo(String pluginName, String featureName, String id) Sets the plugin info relative to the current component.
Note : The feature name may be null if the targeted component in declared at plugin level.Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.cms.properties.section.PropertySection
getDataURL, getParameters 
- 
Constructor Details
- 
AbstractPropertySection
public AbstractPropertySection() 
 - 
 - 
Method Details
- 
configure
- Specified by:
 configurein interfaceConfigurable- Throws:
 ConfigurationException
 - 
setPluginInfo
Description copied from interface:PluginAwareSets the plugin info relative to the current component.
Note : The feature name may be null if the targeted component in declared at plugin level.- Specified by:
 setPluginInfoin interfacePluginAware- Parameters:
 pluginName- Unique identifier for the plugin hosting the extensionfeatureName- Unique feature identifier (unique for a given pluginName)id- Unique identifier of this component
 - 
getId
Description copied from interface:PropertySectionGet the identifier of the section- Specified by:
 getIdin interfacePropertySection- Returns:
 - the identifier
 
 - 
getPriority
Description copied from interface:PrioritizableGet the priority for the component. On components usingPrioritizableinterface, each implementation define the order. In most cases, less is the number, more prior is the component.- Specified by:
 getPriorityin interfacePrioritizable- Returns:
 - the priority
 
 
 -