public class LessResourceStream
extends org.apache.wicket.util.resource.AbstractStringResourceStream
A IResourceStream that loads the generated CSS content for Less resources
| Constructor and Description |
|---|
LessResourceStream(org.apache.wicket.util.resource.IResourceStream lessStream,
String scopeClass)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
protected String |
getString() |
org.apache.wicket.util.time.Time |
lastModifiedTime() |
asString, close, getCharset, getInputStream, length, setCharset, setLastModifiedgetLocale, getStyle, getVariation, setLocale, setStyle, setVariationpublic LessResourceStream(org.apache.wicket.util.resource.IResourceStream lessStream,
String scopeClass)
Constructor.
lessStream - The resource stream that loads the Less content. Only UrlResourceStream is supported at the moment!scopeClass - The name of the class used as a scope to resolve “package!” dependencies/importsprotected String getString()
getString in class org.apache.wicket.util.resource.AbstractStringResourceStreampublic org.apache.wicket.util.time.Time lastModifiedTime()
lastModifiedTime in interface org.apache.wicket.util.watch.IModifiablelastModifiedTime in class org.apache.wicket.util.resource.AbstractStringResourceStreampublic String getContentType()
getContentType in interface org.apache.wicket.util.resource.IResourceStreamgetContentType in class org.apache.wicket.util.resource.AbstractStringResourceStreamCopyright © 2011–2014 AgileCoders. All rights reserved.