Class ExplorerUtils.MatchingResult

  • Enclosing class:
    ExplorerUtils

    public static class ExplorerUtils.MatchingResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchingResult​(com.jalios.jcms.Category category, generated.PortletExplorer explorer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.jalios.jcms.Category getCategory()  
      generated.PortletExplorer getExplorer()  
      • Methods inherited from class java.lang.Object

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

      • MatchingResult

        public MatchingResult​(com.jalios.jcms.Category category,
                              generated.PortletExplorer explorer)
    • Method Detail

      • getExplorer

        public generated.PortletExplorer getExplorer()
      • getCategory

        public com.jalios.jcms.Category getCategory()