org.jboss.guice.spi
Interface ControllerContextBindFilter

All Known Implementing Classes:
GuiceAnnotationMarkerBindFilter, NameControllerContextBindFilter

public interface ControllerContextBindFilter

Controller context bind filter, choose which conetxt;s get bind to Guice.

Author:
Ales Justin

Method Summary
 boolean bind(ControllerContext context)
          Should we bind param context to Guice.
 

Method Detail

bind

boolean bind(ControllerContext context)
Should we bind param context to Guice.

Parameters:
context - the context to check
Returns:
true if we should bind context, false otherwise


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.