Class DynamicResourceReference

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.util.io.IClusterable

    public class DynamicResourceReference
    extends org.apache.wicket.request.resource.ResourceReference
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.wicket.request.resource.ResourceReference

        org.apache.wicket.request.resource.ResourceReference.Key, org.apache.wicket.request.resource.ResourceReference.LambdaResourceReference, org.apache.wicket.request.resource.ResourceReference.UrlAttributes
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.wicket.request.resource.IResource getResource()  
      • Methods inherited from class org.apache.wicket.request.resource.ResourceReference

        canBeRegistered, equals, getDependencies, getExtension, getKey, getLocale, getName, getScope, getStyle, getUrlAttributes, getVariation, hashCode, of, of, toString
    • Constructor Detail

      • DynamicResourceReference

        public DynamicResourceReference​(Class<?> scope,
                                        String name,
                                        org.apache.wicket.request.resource.IResource resource)
    • Method Detail

      • getResource

        public org.apache.wicket.request.resource.IResource getResource()
        Specified by:
        getResource in class org.apache.wicket.request.resource.ResourceReference