public class KendoTemplateResourceStream
extends com.googlecode.wicket.jquery.core.template.JQueryTemplateResourceStream
JQueryTemplateResourceStream.getString() method returns a script block like <script id="jquery-template-123456" type="text/x-kendo-template" />| Constructor and Description |
|---|
KendoTemplateResourceStream(com.googlecode.wicket.jquery.core.template.IJQueryTemplate template,
String token)
Constructor
|
KendoTemplateResourceStream(String content,
String token)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
asString, getStringclose, getCharset, getInputStream, lastModifiedTime, length, setCharset, setLastModifiedgetLocale, getStyle, getVariation, setLocale, setStyle, setVariationpublic KendoTemplateResourceStream(String content, String token)
content - the content inside the <script /> blocktoken - the unique resource-stream token that will be the script-id.public KendoTemplateResourceStream(com.googlecode.wicket.jquery.core.template.IJQueryTemplate template,
String token)
template - the IJQueryTemplatetoken - the unique resource-stream token that will be the script-id.public String getContentType()
getContentType in interface org.apache.wicket.util.resource.IResourceStreamgetContentType in class com.googlecode.wicket.jquery.core.template.JQueryTemplateResourceStreamCopyright © 2021 7thWeb. All rights reserved.