Class RibbonExclude
java.lang.Object
org.ametys.core.ui.ribbonconfiguration.RibbonExclude
The class represent an exclusion declared in a ribbon file
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumTarget of exclusion in the ribbon configurationstatic enumType of exclusion in the ribbon configuration - 
Constructor Summary
ConstructorsConstructorDescriptionRibbonExclude(Configuration configuration, org.slf4j.Logger logger) Configure a new exclusion - 
Method Summary
 
- 
Constructor Details
- 
RibbonExclude
public RibbonExclude(Configuration configuration, org.slf4j.Logger logger) throws ConfigurationException Configure a new exclusion- Parameters:
 configuration- The ribbon configuration for the exclude taglogger- The logger- Throws:
 ConfigurationException- If an error occurs
 
 - 
 - 
Method Details
- 
getType
Get the type of exclusion- Returns:
 - The type
 
 - 
getTarget
Get the target of exclusion- Returns:
 - The target
 
 - 
getValue
Get the exclusion value- Returns:
 - The value
 
 
 -