Class PortletInfo

    • Constructor Detail

      • PortletInfo

        public PortletInfo()
    • Method Detail

      • getRenderRequestProcessingTime

        public long getRenderRequestProcessingTime()
      • getActionRequestProcessingTime

        public long getActionRequestProcessingTime()
      • getMaxRenderTime

        public long getMaxRenderTime()
      • getMaxActionTime

        public long getMaxActionTime()
      • getMaxRenderRequestUri

        public String getMaxRenderRequestUri()
      • getMaxActionRequestUri

        public String getMaxActionRequestUri()
      • getAverageRenderTime

        public float getAverageRenderTime()
      • getAverageActionTime

        public float getAverageActionTime()
      • getRenderRequestCount

        public int getRenderRequestCount()
      • getActionRequestCount

        public int getActionRequestCount()
      • getRenderErrorCount

        public int getRenderErrorCount()
      • getActionErrorCount

        public int getActionErrorCount()
      • newRenderCall

        public void newRenderCall​(long time,
                                  boolean error)
      • newActionCall

        public void newActionCall​(long time,
                                  boolean error)
      • isUsed

        public boolean isUsed()