Interface ConfigAwareElement<E extends org.jvnet.hk2.config.ConfigBeanProxy>

All Known Implementing Classes:
HttpRedirectFilter

public interface ConfigAwareElement<E extends org.jvnet.hk2.config.ConfigBeanProxy>
Grizzly config elements like protocols, filters, which implement this interface, will get correspondent dom configuration element.
Author:
Alexey Stashok
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, E configuration)
     
  • Method Details

    • configure

      void configure(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, E configuration)