[arquillian-issues] [JBoss JIRA] (ARQGRA-295) Provide more convenient way for Interceptors registration/unregistration

Juraj Húska (JIRA) jira-events at lists.jboss.org
Wed Apr 24 08:55:53 EDT 2013


Juraj Húska created ARQGRA-295:
----------------------------------

             Summary: Provide more convenient way for Interceptors registration/unregistration 
                 Key: ARQGRA-295
                 URL: https://issues.jboss.org/browse/ARQGRA-295
             Project: Arquillian Graphene
          Issue Type: Feature Request
          Components: api, core
    Affects Versions: 2.0.0.Alpha4
            Reporter: Juraj Húska
            Priority: Minor


It would be nice to have a more simple way of registering/unregistering Interceptors.

Currently this is supported:
{code}
GrapheneProxyInstance proxy = (GrapheneProxyInstance) webdriver;
proxy.registerInterceptor(new SearchContextInterceptor());
{code}

It would be nice to have something like:
{code}
Graphene.registerInterceptor(new SearchContextInterceptor());
{code}

It will be also good to choose class and method which will be intercepted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list