Uses of Class
org.apache.abdera.protocol.server.TargetType

Packages that use TargetType
org.apache.abdera.ext.opensearch.server.processors   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.filters   
org.apache.abdera.protocol.server.impl   
 

Uses of TargetType in org.apache.abdera.ext.opensearch.server.processors
 

Fields in org.apache.abdera.ext.opensearch.server.processors declared as TargetType
static TargetType OpenSearchTargetTypes.OPENSEARCH_DESCRIPTION
           
static TargetType OpenSearchTargetTypes.OPENSEARCH_URL
           
 

Uses of TargetType in org.apache.abdera.protocol.server
 

Fields in org.apache.abdera.protocol.server declared as TargetType
static TargetType TargetType.TYPE_CATEGORIES
          An Atompub Categories Document
static TargetType TargetType.TYPE_COLLECTION
          An Atom Feed Document representing an Atompub Collection
static TargetType TargetType.TYPE_ENTRY
          An Atompub Collection member entry
static TargetType TargetType.TYPE_MEDIA
          An Atompub Collection media resource
static TargetType TargetType.TYPE_NOT_FOUND
          A not found target type
static TargetType TargetType.TYPE_SERVICE
          An Atompub Service Document
static TargetType TargetType.TYPE_UNKNOWN
          An unknown target type
 

Methods in org.apache.abdera.protocol.server that return TargetType
static TargetType TargetType.get(String name)
          Get the specified target type
static TargetType TargetType.get(String name, boolean create)
          Get the specified target type.
 TargetType Target.getType()
          Return the resolved Target Type
 

Methods in org.apache.abdera.protocol.server that return types with arguments of type TargetType
 Map<TargetType,RequestProcessor> Provider.getRequestProcessors()
          Return a map of registered RequestProcessors with related TargetType.
static Iterable<TargetType> TargetType.values()
          Return a listing of TargetTypes
 

Method parameters in org.apache.abdera.protocol.server with type arguments of type TargetType
 void Provider.addRequestProcessors(Map<TargetType,RequestProcessor> requestProcessors)
          Add a map of RequestProcessors to register on this provider, without overriding already registered ones.
��
 void Provider.setRequestProcessors(Map<TargetType,RequestProcessor> requestProcessors)
          Set a map of RequestProcessors to register on this provider, overriding already registered ones.
 

Uses of TargetType in org.apache.abdera.protocol.server.filters
 

Fields in org.apache.abdera.protocol.server.filters declared as TargetType
static TargetType OpenSearchFilter.TYPE_OPENSEARCH_DESCRIPTION
           
 

Uses of TargetType in org.apache.abdera.protocol.server.impl
 

Fields in org.apache.abdera.protocol.server.impl declared as TargetType
protected  TargetType RouteManager.RouteTargetType.targetType
           
protected  TargetType SimpleTarget.type
           
 

Fields in org.apache.abdera.protocol.server.impl with type parameters of type TargetType
protected  Map<Pattern,TargetType> RegexTargetResolver.patterns
           
protected  Map<TargetType,RequestProcessor> AbstractProvider.requestProcessors
           
 

Methods in org.apache.abdera.protocol.server.impl that return TargetType
 TargetType RouteManager.RouteTargetType.getTargetType()
           
 TargetType SimpleTarget.getType()
           
 

Methods in org.apache.abdera.protocol.server.impl that return types with arguments of type TargetType
 Map<TargetType,RequestProcessor> AbstractProvider.getRequestProcessors()
           
 

Methods in org.apache.abdera.protocol.server.impl with parameters of type TargetType
 RouteManager RouteManager.addRoute(Route route, TargetType type)
           
 RouteManager RouteManager.addRoute(String name, String pattern, TargetType type)
           
 RouteManager RouteManager.addRoute(String name, String pattern, TargetType type, CollectionAdapter collectionAdapter)
           
protected  Target RegexTargetResolver.getTarget(TargetType type, RequestContext request, Matcher matcher, String[] fields)
           
 RegexTargetResolver RegexTargetResolver.setPattern(String pattern, TargetType type)
           
 RegexTargetResolver RegexTargetResolver.setPattern(String pattern, TargetType type, String... fields)
           
 

Method parameters in org.apache.abdera.protocol.server.impl with type arguments of type TargetType
 void AbstractProvider.addRequestProcessors(Map<TargetType,RequestProcessor> requestProcessors)
           
 void AbstractProvider.setRequestProcessors(Map<TargetType,RequestProcessor> requestProcessors)
           
 

Constructors in org.apache.abdera.protocol.server.impl with parameters of type TargetType
RegexTargetResolver.RegexTarget(TargetType type, RequestContext context, Matcher matcher, String[] fields)
           
RouteManager.RouteTarget(TargetType type, RequestContext context, Route route, String uri)
           
SimpleTarget(TargetType type, RequestContext context)
           
 

Constructor parameters in org.apache.abdera.protocol.server.impl with type arguments of type TargetType
RegexTargetResolver(Map<String,TargetType> patterns)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.