public class ListFormInjector extends AbstractCollectionFormInjector<List>
Constructor and Description |
---|
ListFormInjector(Class collectionType,
Class genericType,
String prefix,
ResteasyProviderFactory factory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addTo(List collection,
String key,
Object value)
Adds the item to the collection.
|
protected List |
createInstance(Class collectionType)
Creates an instance of the collection type.
|
inject
doInject, hasValue
inject
public ListFormInjector(Class collectionType, Class genericType, String prefix, ResteasyProviderFactory factory)
protected List createInstance(Class collectionType)
createInstance
in class AbstractCollectionFormInjector<List>
Copyright © 2014. All Rights Reserved.