org.jboss.solder.servlet
Class ServletExtension.TypedParamProducerBlueprint

java.lang.Object
  extended by org.jboss.solder.servlet.ServletExtension.TypedParamProducerBlueprint
Enclosing class:
ServletExtension

public static class ServletExtension.TypedParamProducerBlueprint
extends Object


Constructor Summary
ServletExtension.TypedParamProducerBlueprint(Annotation qualifier)
           
 
Method Summary
 void addTargetType(Class<?> targetType)
           
 javax.enterprise.inject.spi.Bean<Object> getProducer()
           
 Annotation getQualifier()
           
 Set<Class<?>> getTargetTypes()
           
 void setProducer(javax.enterprise.inject.spi.Bean producer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletExtension.TypedParamProducerBlueprint

public ServletExtension.TypedParamProducerBlueprint(Annotation qualifier)
Method Detail

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.