- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
@WebServlet(value="/rest/search")
public class ROARestQueryServlet
extends javax.servlet.http.HttpServlet
The HTTP servlet for the REST query. One servlet could be used
for handling both the get and post requests, but it the specification
{http://docs.oasis-open.org/regrep/regrep-core/v4.0/os/regrep-core-rs-v4.0-os.html#__RefHeading__32747_422331532}
suggests using "/rest/search" for the rest based query, which would
be meaningless for handling a Post request that is not REST.
- Author:
- yerlibilgin
- See Also:
- Serialized Form