Class ParseWikibaseSchemaCommand


  • public class ParseWikibaseSchemaCommand
    extends Command
    Command to check whether a given schema template is syntactically valid. This uses POST because schema templates can be large, but it is not making any changes to the application state, so we are not CSRF-protecting this one.
    • Constructor Detail

      • ParseWikibaseSchemaCommand

        public ParseWikibaseSchemaCommand()
    • Method Detail

      • doPost

        public void doPost​(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    throws javax.servlet.ServletException,
                           IOException
        Overrides:
        doPost in class Command
        Throws:
        javax.servlet.ServletException
        IOException