Class BuildResource


  • @Path("/lum-internal/portaladministration/buildinformation")
    public class BuildResource
    extends java.lang.Object
    Class used to insert content in buildInformation html, via Ajax
    Since:
    7.1.0
    Version:
    $Revision: 22918 $ $Date: 2019-07-11 15:32:17 -0300 (Thu, 11 Jul 2019) $
    • Constructor Summary

      Constructors 
      Constructor Description
      BuildResource()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInfo​(HttpServletResponse response)
      Get information (current version and strings) used to create buildInformation html
      • Methods inherited from class java.lang.Object

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

      • BuildResource

        public BuildResource()