org.apache.abdera.spring
Class RegexTargetResolverFactoryBean
java.lang.Object
org.apache.abdera.spring.RegexTargetResolverFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class RegexTargetResolverFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexTargetResolverFactoryBean
public RegexTargetResolverFactoryBean()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
getCollections
public List<String> getCollections()
setCollections
public void setCollections(List<String> collections)
getEntries
public List<String> getEntries()
setEntries
public void setEntries(List<String> entries)
getServices
public List<String> getServices()
setServices
public void setServices(List<String> services)
getCategories
public List<String> getCategories()
setCategories
public void setCategories(List<String> categories)
getMedia
public List<String> getMedia()
setMedia
public void setMedia(List<String> media)
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.