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
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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.