Class StaticSpringResourcesMarkupFilter

java.lang.Object
org.apache.wicket.markup.parser.AbstractMarkupFilter
com.evolveum.midpoint.web.security.StaticSpringResourcesMarkupFilter
All Implemented Interfaces:
org.apache.wicket.markup.parser.IMarkupFilter

public class StaticSpringResourcesMarkupFilter extends org.apache.wicket.markup.parser.AbstractMarkupFilter
Markup filter that uses Spring static content with content hash in URL
  • Field Summary

    Fields inherited from class org.apache.wicket.markup.parser.AbstractMarkupFilter

    REQUEST_COUNTER_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
    StaticSpringResourcesMarkupFilter(org.apache.wicket.markup.MarkupResourceStream markupResourceStream, org.springframework.web.servlet.resource.ResourceUrlProvider resourceUrlProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.wicket.markup.MarkupElement
    onComponentTag(org.apache.wicket.markup.ComponentTag tag)
     

    Methods inherited from class org.apache.wicket.markup.parser.AbstractMarkupFilter

    getMarkupResourceStream, getNextFilter, getRequestUniqueId, getWicketNamespace, getWicketNamespace, nextElement, onSpecialTag, postProcess, setNextFilter

    Methods inherited from class java.lang.Object

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

    • StaticSpringResourcesMarkupFilter

      public StaticSpringResourcesMarkupFilter(org.apache.wicket.markup.MarkupResourceStream markupResourceStream, org.springframework.web.servlet.resource.ResourceUrlProvider resourceUrlProvider)
  • Method Details

    • onComponentTag

      protected org.apache.wicket.markup.MarkupElement onComponentTag(org.apache.wicket.markup.ComponentTag tag) throws ParseException
      Specified by:
      onComponentTag in class org.apache.wicket.markup.parser.AbstractMarkupFilter
      Throws:
      ParseException