[ 
https://issues.apache.org/jira/browse/WICKET-7036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17705814#comment-17705814
 ] 

ASF GitHub Bot commented on WICKET-7036:
----------------------------------------

martin-g commented on PR #564:
URL: https://github.com/apache/wicket/pull/564#issuecomment-1486258481

   Thanks for the explanation, @hosea !
   
   I can see how the code in this PR would help for your case! 
   But no one ever asked for this so far and it looks like a rather unique case.
   
   How about adding these new methods to `AriaAwareMarkupFactory` or to a new 
class, e.g. `CustomMarkupFactory`, as parent of AriaAwareMF, that is part of 
your `wicket-components` library ? Then each library and application can check 
what's the type of the current MarkupFactory and either just add filters or set 
a new MarkupFactory.




> Extend MarkupFactory, so that additional MarkupFilters for MarkupParser can 
> be added
> ------------------------------------------------------------------------------------
>
>                 Key: WICKET-7036
>                 URL: https://issues.apache.org/jira/browse/WICKET-7036
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Hans Schäfer
>            Priority: Minor
>
> Its intended to add additional MarkupFilters to a MarkupParser. But until now 
> there is no possibility to configure the MarkupFactory, so that it creates 
> MarkupParsers with additional MarkupFilters. Please add this functionality.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to