Class RuntimeFileServlet.LogfileFilter

    • Field Detail

      • pattern

        protected final Pattern pattern
      • prepend

        protected final int prepend
      • append

        protected final int append
      • more

        protected int more
      • matched

        protected boolean matched
      • skipped

        protected boolean skipped
      • flushed

        protected boolean flushed
      • flushBuffer

        protected boolean flushBuffer
    • Constructor Detail

      • LogfileFilter

        public LogfileFilter​(@Nullable
                             @Nullable Pattern pattern,
                             int prepend,
                             int append)
      • LogfileFilter

        public LogfileFilter​(@NotNull
                             @NotNull org.apache.sling.api.SlingHttpServletRequest request)
    • Method Detail

      • getInt

        protected int getInt​(@Nullable
                             @Nullable String str,
                             int defaultValue)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isFilter

        public boolean isFilter()
      • checkMatch

        protected boolean checkMatch​(@Nullable
                                     @Nullable String line)