Interface IFragmentRequestParser
-
- All Known Implementing Classes:
FragmentRequestParserBase,TPFRequestParser,TPFRequestParserForJenaBackends
public interface IFragmentRequestParserParses HTTP requests into specificILinkedDataFragmentRequests.- Author:
- Olaf Hartig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILinkedDataFragmentRequestparseIntoFragmentRequest(javax.servlet.http.HttpServletRequest httpRequest, ConfigReader config)Parses the given HTTP request into a specificILinkedDataFragmentRequest.
-
-
-
Method Detail
-
parseIntoFragmentRequest
ILinkedDataFragmentRequest parseIntoFragmentRequest(javax.servlet.http.HttpServletRequest httpRequest, ConfigReader config) throws IllegalArgumentException
Parses the given HTTP request into a specificILinkedDataFragmentRequest.- Parameters:
httpRequest-config-- Returns:
- Throws:
IllegalArgumentException- If the given HTTP request cannot be interpreted (perhaps due to missing request parameters).
-
-