org.netbeans.modules.web.spi.webmodule
Interface RequestParametersQueryImplementation
public interface RequestParametersQueryImplementation
This is the SPI counterpart of RequestParametersQuery
.
Register an instance of this provider in the default lookup to provide
access to the file part of URL and request parameters.
getFileAndParameters
String getFileAndParameters(org.openide.filesystems.FileObject file)
- Return the part of URL for access the file. It can include the query string.
- Parameters:
file
- the file for find the request parameters for; never null.
- Returns:
- path fom the context; can be null.