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(org.jboss.dependency.spi.ControllerContext context)
Should we bind param context to Guice. |
bind
boolean bind(org.jboss.dependency.spi.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 ? 2007 JBoss Inc.. All Rights Reserved.