public class MergedResource
extends org.apache.wicket.markup.html.PackageResource
| Constructor and Description |
|---|
MergedResource(Class<?> scope,
String path,
Locale locale,
String style,
Class<?>[] scopes,
String[] files,
int cacheDuration)
Deprecated.
use ResourceSpec[] instead of scopes[] and files[]
|
MergedResource(Class<?> scope,
String path,
Locale locale,
String style,
ResourceSpec[] specs,
int cacheDuration,
IResourcePreProcessor preProcessor) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getCacheDuration() |
org.apache.wicket.util.resource.IResourceStream |
getResourceStream() |
protected void |
setHeaders(org.apache.wicket.protocol.http.WebResponse response) |
accept, bind, bind, bind, bind, bind, exists, get, get, get, get, getAbsolutePath, getLocale, getPath, getResourceStream, getScope, getStyle, lastModifiedTime, newPackageResource, toString@Deprecated public MergedResource(Class<?> scope, String path, Locale locale, String style, Class<?>[] scopes, String[] files, int cacheDuration)
public MergedResource(Class<?> scope, String path, Locale locale, String style, ResourceSpec[] specs, int cacheDuration, IResourcePreProcessor preProcessor)
public org.apache.wicket.util.resource.IResourceStream getResourceStream()
getResourceStream in class org.apache.wicket.markup.html.PackageResourceprotected int getCacheDuration()
getCacheDuration in class org.apache.wicket.markup.html.WebResourceprotected void setHeaders(org.apache.wicket.protocol.http.WebResponse response)
setHeaders in class org.apache.wicket.markup.html.WebResourceCopyright © 2017 Molindo GmbH. All Rights Reserved.