Class BrowserViews.View

    • Constructor Detail

      • View

        public View​(com.composum.sling.core.ResourceHandle resource)
    • Method Detail

      • getId

        public String getId()
      • getRank

        public int getRank()
      • matches

        public boolean matches​(@NotNull
                               @NotNull com.composum.sling.core.BeanContext context,
                               @NotNull
                               @NotNull org.apache.sling.api.resource.Resource resource)
      • getViewResourceType

        @NotNull
        public @NotNull String getViewResourceType()
      • getTabResourceType

        @NotNull
        public @NotNull String getTabResourceType()
      • getTabs

        @NotNull
        public @NotNull List<BrowserViews.View.Tab> getTabs​(@NotNull
                                                            @NotNull com.composum.sling.core.BeanContext context,
                                                            @NotNull
                                                            @NotNull org.apache.sling.api.resource.Resource resource)
      • getToolbar

        @NotNull
        public @NotNull BrowserViews.View.Toolbar getToolbar​(@NotNull
                                                             @NotNull com.composum.sling.core.BeanContext context,
                                                             @NotNull
                                                             @NotNull org.apache.sling.api.resource.Resource resource)
      • getContent

        @NotNull
        public @NotNull BrowserViews.View.Content getContent​(@NotNull
                                                             @NotNull com.composum.sling.core.BeanContext context,
                                                             @NotNull
                                                             @NotNull org.apache.sling.api.resource.Resource resource)