org.openrdf.http.server.controllers
Class ProtocolController
java.lang.Object
org.openrdf.http.server.controllers.ProtocolController
@Controller
public class ProtocolController
- extends Object
Handles requests for protocol information. Currently returns the protocol
version as plain text.
- Author:
- Herko ter Horst, James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtocolController
public ProtocolController()
protocol
@ModelAttribute
@RequestMapping(method={GET,HEAD},
value="/protocol")
public StringReader protocol()
Copyright © 2001-2009 Aduna. All Rights Reserved.