Package jakarta.faces.view.facelets
Class MetaRule
- java.lang.Object
- 
- jakarta.faces.view.facelets.MetaRule
 
- 
 public abstract class MetaRule extends Object A potential rule for Metadata on the passed MetadataTarget
- 
- 
Constructor SummaryConstructors Constructor Description MetaRule()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract MetadataapplyRule(String name, TagAttribute attribute, MetadataTarget meta)
 
- 
- 
- 
Method Detail- 
applyRulepublic abstract Metadata applyRule(String name, TagAttribute attribute, MetadataTarget meta) - Parameters:
- name-
- attribute-
- meta-
- Returns:
 
 
- 
 
-