Class LayoutFileMarkupResourceStreamProvider

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.wicket.markup.IMarkupResourceStreamProvider

    public class LayoutFileMarkupResourceStreamProvider
    extends java.lang.Object
    implements org.apache.wicket.markup.IMarkupResourceStreamProvider, java.io.Serializable
    Markup resource stream provider for a specific layout file.
    Since:
    5.6.0
    Version:
    $Revision: 24950 $ $Date: 2022-04-14 13:57:29 -0300 (Thu, 14 Apr 2022) $
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.wicket.util.resource.IResourceStream getMarkupResourceStream​(org.apache.wicket.MarkupContainer container, java.lang.Class<?> containerClass)  
      • Methods inherited from class java.lang.Object

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

      • LayoutFileMarkupResourceStreamProvider

        public LayoutFileMarkupResourceStreamProvider​(java.net.URL layoutFilePathURL,
                                                      IPortalMode portalMode)
        Class Constructor
        Parameters:
        layoutFilePath - the layout file
        portalMode - the current portal mode
        Since:
        6.0.0
    • Method Detail

      • getMarkupResourceStream

        public org.apache.wicket.util.resource.IResourceStream getMarkupResourceStream​(org.apache.wicket.MarkupContainer container,
                                                                                       java.lang.Class<?> containerClass)
        Specified by:
        getMarkupResourceStream in interface org.apache.wicket.markup.IMarkupResourceStreamProvider