Apache Abdera API

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

Packages that use TargetType
org.apache.abdera.protocol.server   
 

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
static Iterable<TargetType> TargetType.values()
          Return a listing of TargetTypes
 


Apache Abdera API

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