public interface RequestParametersQueryImplementation
RequestParametersQuery
.
Register an instance of this provider in the default lookup to provide
access to the file part of URL and request parameters.Modifier and Type | Method and Description |
---|---|
String |
getFileAndParameters(FileObject file)
Return the part of URL for access the file.
|
String getFileAndParameters(FileObject file)
file
- the file for find the request parameters for; never null.