Uses of Class
org.restlet.routing.Extractor.ExtractInfo
-
Packages that use Extractor.ExtractInfo Package Description org.restlet.routing Classes related to call routing. -
-
Uses of Extractor.ExtractInfo in org.restlet.routing
Fields in org.restlet.routing with type parameters of type Extractor.ExtractInfo Modifier and Type Field Description private java.util.List<Extractor.ExtractInfo>Extractor. cookieExtractsThe list of cookies to extract.private java.util.List<Extractor.ExtractInfo>Extractor. entityExtractsThe list of request entity parameters to extract.private java.util.List<Extractor.ExtractInfo>Extractor. queryExtractsThe list of query parameters to extract.Methods in org.restlet.routing that return types with arguments of type Extractor.ExtractInfo Modifier and Type Method Description private java.util.List<Extractor.ExtractInfo>Extractor. getCookieExtracts()Returns the list of query extracts.private java.util.List<Extractor.ExtractInfo>Extractor. getEntityExtracts()Returns the list of query extracts.private java.util.List<Extractor.ExtractInfo>Extractor. getQueryExtracts()Returns the list of query extracts.
-