Class Configuration


  • public class Configuration
    extends java.lang.Object
    Include filter configuration.
    • Constructor Detail

      • Configuration

        public Configuration()
    • Method Detail

      • hasIncludeSelector

        public boolean hasIncludeSelector​(org.apache.sling.api.SlingHttpServletRequest request)
      • getIncludeSelector

        public java.lang.String getIncludeSelector()
      • hasExtension

        public boolean hasExtension​(org.apache.sling.api.SlingHttpServletRequest request)
      • hasExtensionSet

        public boolean hasExtensionSet()
      • getExtension

        public java.lang.String getExtension()
      • hasTtlSet

        public boolean hasTtlSet()
      • getTtl

        public int getTtl()
      • isSupportedResourceType

        public boolean isSupportedResourceType​(java.lang.String resourceType)
      • getAddComment

        public boolean getAddComment()
      • getIncludeTypeName

        public java.lang.String getIncludeTypeName()
      • isEnabled

        public boolean isEnabled()
      • getRequiredHeader

        public java.lang.String getRequiredHeader()
      • getIgnoreUrlParams

        public java.util.Collection<java.lang.String> getIgnoreUrlParams()
      • isDisableIgnoreUrlParams

        public boolean isDisableIgnoreUrlParams()
      • isRewritePath

        public boolean isRewritePath()
      • isAppendSuffix

        public boolean isAppendSuffix()