org.apache.abdera.spring
Class RegexTargetResolverFactoryBean

java.lang.Object
  extended by org.apache.abdera.spring.RegexTargetResolverFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class RegexTargetResolverFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean


Constructor Summary
RegexTargetResolverFactoryBean()
           
 
Method Summary
 List<String> getCategories()
           
 List<String> getCollections()
           
 List<String> getEntries()
           
 List<String> getMedia()
           
 Object getObject()
           
 Class getObjectType()
           
 List<String> getServices()
           
 boolean isSingleton()
           
 void setCategories(List<String> categories)
           
 void setCollections(List<String> collections)
           
 void setEntries(List<String> entries)
           
 void setMedia(List<String> media)
           
 void setServices(List<String> services)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexTargetResolverFactoryBean

public RegexTargetResolverFactoryBean()
Method Detail

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.