public class ResourceSpec extends Object implements org.apache.wicket.IClusterable
| Constructor and Description |
|---|
ResourceSpec(Class<?> scope,
String file) |
ResourceSpec(Class<?> scope,
String file,
Integer cacheDuration) |
ResourceSpec(Class<?> scope,
String file,
Locale locale) |
ResourceSpec(Class<?> scope,
String file,
Locale locale,
Integer cacheDuration) |
ResourceSpec(Class<?> scope,
String file,
Locale locale,
String style) |
ResourceSpec(Class<?> scope,
String file,
Locale locale,
String style,
Integer cacheDuration) |
ResourceSpec(Class<?> scope,
String file,
String style) |
ResourceSpec(Class<?> scope,
String file,
String style,
Integer cacheDuration) |
ResourceSpec(org.apache.wicket.ResourceReference ref) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getCacheDuration() |
String |
getFile() |
Locale |
getLocale() |
org.apache.wicket.ResourceReference |
getRef() |
Class<?> |
getScope() |
String |
getStyle() |
int |
hashCode() |
static String[] |
toFiles(ResourceSpec[] specs) |
static ResourceSpec[] |
toResourceSpecs(Class<?>[] scopes,
String[] files) |
static Class<?>[] |
toScopes(ResourceSpec[] specs) |
String |
toString() |
public ResourceSpec(Class<?> scope, String file, Locale locale, String style, Integer cacheDuration)
public ResourceSpec(org.apache.wicket.ResourceReference ref)
public static ResourceSpec[] toResourceSpecs(Class<?>[] scopes, String[] files)
public static Class<?>[] toScopes(ResourceSpec[] specs)
public static String[] toFiles(ResourceSpec[] specs)
public Class<?> getScope()
public String getFile()
public Locale getLocale()
public String getStyle()
public Integer getCacheDuration()
public org.apache.wicket.ResourceReference getRef()
ResourceReference that was used to construct this spec or
nullCopyright © 2014 Molindo GmbH. All Rights Reserved.