Package org.apache.abdera.protocol
Interface Resolver<T>
-
- All Known Implementing Classes:
RegexTargetResolver,RouteManager,SimpleSubjectResolver
@Deprecated public interface Resolver<T>
Deprecated.Legacy AEM 6.x API.The Resolver interface is a utility class used to resolve objects based on a request. It is used internally by Abdera as the basis for Target and Subject resolvers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Tresolve(Request request)Deprecated.
-