Class GenericMarkupResourceStreamProvider

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

    public class GenericMarkupResourceStreamProvider
    extends java.lang.Object
    implements org.apache.wicket.markup.IMarkupResourceStreamProvider, java.io.Serializable
    Markup resource stream provider for standard table or tableless layouts.
    Since:
    6.0.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

      • GenericMarkupResourceStreamProvider

        public GenericMarkupResourceStreamProvider​(boolean tableless,
                                                   IPortalMode portalMode,
                                                   boolean pageBlock)
        Class Constructor.
        Parameters:
        tableless - if its tableless or not
        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