org.jboss.guice.plugins
Class GuiceAnnotationMarkerBindFilter
java.lang.Object
org.jboss.guice.plugins.GuiceAnnotationMarkerBindFilter
- All Implemented Interfaces:
- ControllerContextBindFilter
public abstract class GuiceAnnotationMarkerBindFilter
- extends Object
- implements ControllerContextBindFilter
Bind only context's which have @Guice annotation present.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuiceAnnotationMarkerBindFilter
public GuiceAnnotationMarkerBindFilter()
bind
public boolean bind(ControllerContext context)
- Description copied from interface:
ControllerContextBindFilter
- Should we bind param context to Guice.
- Specified by:
bind
in interface ControllerContextBindFilter
- Parameters:
context
- the context to check
- Returns:
- true if we should bind context, false otherwise
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.