org.jboss.solder.servlet
Class ServletExtension.TypedParamProducerBlueprint
java.lang.Object
org.jboss.solder.servlet.ServletExtension.TypedParamProducerBlueprint
- Enclosing class:
- ServletExtension
public static class ServletExtension.TypedParamProducerBlueprint
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletExtension.TypedParamProducerBlueprint
public ServletExtension.TypedParamProducerBlueprint(Annotation qualifier)
getProducer
public javax.enterprise.inject.spi.Bean<Object> getProducer()
setProducer
public void setProducer(javax.enterprise.inject.spi.Bean producer)
getTargetTypes
public Set<Class<?>> getTargetTypes()
addTargetType
public void addTargetType(Class<?> targetType)
getQualifier
public Annotation getQualifier()
Copyright © 2008-2011 Seam Framework. All Rights Reserved.