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$ $Date$
    • Constructor Summary

      Constructors 
      Constructor Description
      BuildResource()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInfo​(javax.servlet.http.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()
    • Method Detail

      • getInfo

        @Path("/getInfo")
        @POST
        @Produces("application/json")
        public java.lang.String getInfo​(@Context
                                        javax.servlet.http.HttpServletResponse response)
                                 throws PortalException
        Get information (current version and strings) used to create buildInformation html
        Parameters:
        response -
        Returns:
        JSON string containing version and all strings listed.
        Throws:
        PortalException
        Since:
        7.1.0