org.jboss.seam.servlet
Class ServletExtension.TypedParamProducerBlueprint
java.lang.Object
org.jboss.seam.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 Bean<Object> getProducer()
setProducer
public void setProducer(Bean producer)
getTargetTypes
public Set<Class<?>> getTargetTypes()
addTargetType
public void addTargetType(Class<?> targetType)
getQualifier
public Annotation getQualifier()
Copyright © 2011 Seam Framework. All Rights Reserved.