Class BasicController


  • @Singleton
    public class BasicController
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.webpieces.router.api.controller.actions.Render internalError()  
      org.webpieces.router.api.controller.actions.Render notFound()  
      • Methods inherited from class java.lang.Object

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

      • BasicController

        public BasicController()
    • Method Detail

      • notFound

        public org.webpieces.router.api.controller.actions.Render notFound()
      • internalError

        public org.webpieces.router.api.controller.actions.Render internalError()