org.glassfish.jersey.server.spi
Interface RequestScopedInitializer


public interface RequestScopedInitializer

Custom initialization provider that is guaranteed to be run from within an active request scope. Container implementations may use this extension point to provide initialization of custom request-scoped data.

Author:
Marek Potociar (marek.potociar at oracle.com)

Method Summary
 void initialize(org.glassfish.hk2.Services services)
          Perform request-scoped initialization.
 

Method Detail

initialize

void initialize(org.glassfish.hk2.Services services)
Perform request-scoped initialization.

Parameters:
services - current HK2 services instance configured in the JerseyApplication.


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.