Class HttpServletRequestFieldSource
java.lang.Object
com.aoapps.net.partialurl.servlet.HttpServletRequestFieldSource
- All Implemented Interfaces:
FieldSource
Obtains fields for
PartialURL from a HttpServletRequest.
Implementation Note:
This implementation is not thread safe due to results caching.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpServletRequestFieldSource
Creates a newHttpServletRequestFieldSource.
-
-
Method Details
-
getScheme
- Specified by:
getSchemein interfaceFieldSource- See Also:
-
getHost
- Specified by:
getHostin interfaceFieldSource- Throws:
MalformedURLException- See Also:
-
getPort
Implementation Note:
The implementation assumesProtocol.TCP.- Specified by:
getPortin interfaceFieldSource- Throws:
MalformedURLException- See Also:
-
getContextPath
- Specified by:
getContextPathin interfaceFieldSource- Throws:
MalformedURLException- See Also:
-
getPath
- Specified by:
getPathin interfaceFieldSource- Throws:
MalformedURLException- See Also:
-
