Class TargetType
- java.lang.Object
-
- org.apache.abdera.protocol.server.TargetType
-
@Deprecated public final class TargetType extends Object
Deprecated.Legacy AEM 6.x API.Identifies the type of resource being requests.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATEGORIESDeprecated.static StringCOLLECTIONDeprecated.static StringENTRYDeprecated.static StringMEDIADeprecated.static StringNOT_FOUNDDeprecated.static StringSERVICEDeprecated.static TargetTypeTYPE_CATEGORIESDeprecated.An Atompub Categories Documentstatic TargetTypeTYPE_COLLECTIONDeprecated.An Atom Feed Document representing an Atompub Collectionstatic TargetTypeTYPE_ENTRYDeprecated.An Atompub Collection member entrystatic TargetTypeTYPE_MEDIADeprecated.An Atompub Collection media resourcestatic TargetTypeTYPE_NOT_FOUNDDeprecated.A not found target typestatic TargetTypeTYPE_SERVICEDeprecated.An Atompub Service Documentstatic TargetTypeTYPE_UNKNOWNDeprecated.An unknown target typestatic StringUNKNOWNDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.static TargetTypeget(String name)Deprecated.Get the specified target typestatic TargetTypeget(String name, boolean create)Deprecated.Get the specified target type.inthashCode()Deprecated.Stringname()Deprecated.Return the target nameStringtoString()Deprecated.static Iterable<TargetType>values()Deprecated.Return a listing of TargetTypes
-
-
-
Field Detail
-
UNKNOWN
public static final String UNKNOWN
Deprecated.- See Also:
- Constant Field Values
-
NOT_FOUND
public static final String NOT_FOUND
Deprecated.- See Also:
- Constant Field Values
-
SERVICE
public static final String SERVICE
Deprecated.- See Also:
- Constant Field Values
-
COLLECTION
public static final String COLLECTION
Deprecated.- See Also:
- Constant Field Values
-
ENTRY
public static final String ENTRY
Deprecated.- See Also:
- Constant Field Values
-
MEDIA
public static final String MEDIA
Deprecated.- See Also:
- Constant Field Values
-
CATEGORIES
public static final String CATEGORIES
Deprecated.- See Also:
- Constant Field Values
-
TYPE_UNKNOWN
public static final TargetType TYPE_UNKNOWN
Deprecated.An unknown target type
-
TYPE_NOT_FOUND
public static final TargetType TYPE_NOT_FOUND
Deprecated.A not found target type
-
TYPE_SERVICE
public static final TargetType TYPE_SERVICE
Deprecated.An Atompub Service Document
-
TYPE_COLLECTION
public static final TargetType TYPE_COLLECTION
Deprecated.An Atom Feed Document representing an Atompub Collection
-
TYPE_ENTRY
public static final TargetType TYPE_ENTRY
Deprecated.An Atompub Collection member entry
-
TYPE_MEDIA
public static final TargetType TYPE_MEDIA
Deprecated.An Atompub Collection media resource
-
TYPE_CATEGORIES
public static final TargetType TYPE_CATEGORIES
Deprecated.An Atompub Categories Document
-
-
Method Detail
-
values
public static Iterable<TargetType> values()
Deprecated.Return a listing of TargetTypes
-
get
public static TargetType get(String name)
Deprecated.Get the specified target type
-
get
public static TargetType get(String name, boolean create)
Deprecated.Get the specified target type. If the target type does not currently exist, and create = true, a new type will be created.
-
name
public String name()
Deprecated.Return the target name
-
-