Class YadisController


  • @Controller("yadisController")
    @Deprecated(since="6.2.0")
    public class YadisController
    extends java.lang.Object
    Deprecated.
    6.2
    Since:
    5.1.0
    • Constructor Summary

      Constructors 
      Constructor Description
      YadisController()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void yadis​(javax.servlet.http.HttpServletResponse response)
      Deprecated.
      Generates the Yadis XML snippet.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • YadisController

        public YadisController()
        Deprecated.
    • Method Detail

      • yadis

        @GetMapping(path="/yadis.xml")
        public void yadis​(javax.servlet.http.HttpServletResponse response)
                   throws java.lang.Exception
        Deprecated.
        Generates the Yadis XML snippet.
        Parameters:
        response - the response
        Throws:
        java.lang.Exception - the exception