Class SimpleTarget
- java.lang.Object
-
- org.apache.abdera.protocol.server.impl.SimpleTarget
-
- Direct Known Subclasses:
RegexTargetResolver.RegexTarget,RouteManager.RouteTarget
@Deprecated public class SimpleTarget extends Object implements Target
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description SimpleTarget(TargetType type, RequestContext context)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.StringgetIdentity()Deprecated.Return the identity of this target.<T> TgetMatcher()Deprecated.Return the object that matches with the uriStringgetParameter(String name)Deprecated.Return the named target parameterString[]getParameterNames()Deprecated.Return a listing of all parameter namesRequestContextgetRequestContext()Deprecated.TargetTypegetType()Deprecated.Return the resolved Target TypeinthashCode()Deprecated.Iterator<String>iterator()Deprecated.StringtoString()Deprecated.-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
SimpleTarget
public SimpleTarget(TargetType type, RequestContext context)
Deprecated.
-
-
Method Detail
-
getIdentity
public String getIdentity()
Deprecated.Description copied from interface:TargetReturn the identity of this target. Usually this will just be the request URI- Specified by:
getIdentityin interfaceTarget
-
getParameter
public String getParameter(String name)
Deprecated.Description copied from interface:TargetReturn the named target parameter- Specified by:
getParameterin interfaceTarget
-
getParameterNames
public String[] getParameterNames()
Deprecated.Description copied from interface:TargetReturn a listing of all parameter names- Specified by:
getParameterNamesin interfaceTarget
-
getType
public TargetType getType()
Deprecated.Description copied from interface:TargetReturn the resolved Target Type
-
getRequestContext
public RequestContext getRequestContext()
Deprecated.
-
getMatcher
public <T> T getMatcher()
Deprecated.Description copied from interface:TargetReturn the object that matches with the uri- Specified by:
getMatcherin interfaceTarget- Returns:
-
-