public class MetaInfStaticResourceReference extends PackageResourceReference
ResourceReference.Key, ResourceReference.LambdaResourceReference, ResourceReference.UrlAttributes
Constructor and Description |
---|
MetaInfStaticResourceReference(Class<?> scope,
String name)
Construct.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isMetaInfResourcesSupported() |
Url |
mapHandler(IRequestHandler requestHandler)
Returns the
Url for given IRequestHandler if "/META-INF/resources" Servlet
3.0 feature is supported or null if not (so standard url mapping can take
place). |
getMinifiedName, getResource, getUrlAttributes, readBuffered, removeCompressFlagIfUnnecessary
canBeRegistered, equals, getDependencies, getExtension, getKey, getLocale, getName, getScope, getStyle, getVariation, hashCode, of, of, toString
public Url mapHandler(IRequestHandler requestHandler)
Url
for given IRequestHandler
if "/META-INF/resources" Servlet
3.0 feature is supported or null
if not (so standard url mapping can take
place).requestHandler
- mandatory parameternull
.protected boolean isMetaInfResourcesSupported()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.