org.netbeans.api.web.webmodule 1.9

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.


Method Summary
 String getFileAndParameters(org.openide.filesystems.FileObject file)
          Return the part of URL for access the file.
 

Method Detail

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.

org.netbeans.api.web.webmodule 1.9

Built on September 25 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.