Skip to content

Commit

Permalink
Faces Spec #1871 - remove composite:extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tandraschko committed Sep 3, 2024
1 parent bd34fcf commit 7efa1a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
* composite:valueHolder
* composite:editableValueHolder
* composite:actionSource
* composite:extension
*
* must deal with this class, so it is expected methods that manipulate
* data here are called from their tag handlers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ public CompositeLibrary()
addTagHandler("clientBehavior", ClientBehaviorHandler.class);

addTagHandler("editableValueHolder", EditableValueHolderHandler.class);

addTagHandler("extension", ExtensionHandler.class);


addTagHandler("facet", FacetHandler.class);

addTagHandler("implementation", ImplementationHandler.class);
Expand Down

This file was deleted.

0 comments on commit 7efa1a3

Please sign in to comment.