Interface Target
-
- All Known Implementing Classes:
RegexTargetResolver.RegexTarget,RouteManager.RouteTarget,SimpleTarget
@Deprecated public interface Target extends Iterable<String>
Deprecated.Legacy AEM 6.x API.Identifies the target of the request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description 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 namesTargetTypegetType()Deprecated.Return the resolved Target Type-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
getType
TargetType getType()
Deprecated.Return the resolved Target Type
-
getIdentity
String getIdentity()
Deprecated.Return the identity of this target. Usually this will just be the request URI
-
getParameterNames
String[] getParameterNames()
Deprecated.Return a listing of all parameter names
-
getMatcher
<T> T getMatcher()
Deprecated.Return the object that matches with the uri- Returns:
-
-