[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-699) Allow packages to define their own default interceptors

Pete Muir (JIRA) jira-events at lists.jboss.org
Thu Aug 7 15:52:50 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBSEAM-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12424141#action_12424141 ] 

Pete Muir commented on JBSEAM-699:
----------------------------------

This should be fairly easy now, just need a way of configuring it.

To actually add an interceptor Init.instance().getInterceptors().add(interceptorClassName);

> Allow packages to define their own default interceptors
> -------------------------------------------------------
>
>                 Key: JBSEAM-699
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-699
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Core
>            Reporter: Gavin King
>            Priority: Critical
>             Fix For: The future
>
>
> Currently, all default interceptors get listed out in an ugly method on Component. This is extremely non-extensible. We need some way to externalize that code to the package that needs the interceptor. This would let us split out security to its own jar, for example.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list