public interface ITemplateEngine
extends org.apache.wicket.util.io.IClusterable
Modifier and Type | Field and Description |
---|---|
static String |
EDIT_MODE
Deprecated.
|
static String |
ENGINE
The configuration key to use when locating the template engine service.
|
static String |
MODE |
static String |
TEMPLATE |
Modifier and Type | Method and Description |
---|---|
List<String> |
getEditableTypes() |
org.apache.wicket.model.IModel<?> |
getPrototype(ITypeDescriptor type) |
IClusterConfig |
getTemplate(ITypeDescriptor type,
IEditor.Mode mode) |
IClusterConfig |
getTemplate(ITypeDescriptor type,
String mode)
Deprecated.
|
ITypeDescriptor |
getType(org.apache.wicket.model.IModel<?> model) |
ITypeDescriptor |
getType(String type) |
static final String ENGINE
static final String TEMPLATE
static final String MODE
@Deprecated static final String EDIT_MODE
ITypeDescriptor getType(String type) throws TemplateEngineException
TemplateEngineException
ITypeDescriptor getType(org.apache.wicket.model.IModel<?> model) throws TemplateEngineException
TemplateEngineException
@Deprecated IClusterConfig getTemplate(ITypeDescriptor type, String mode) throws TemplateEngineException
TemplateEngineException
IClusterConfig getTemplate(ITypeDescriptor type, IEditor.Mode mode) throws TemplateEngineException
TemplateEngineException
org.apache.wicket.model.IModel<?> getPrototype(ITypeDescriptor type) throws TemplateEngineException
TemplateEngineException
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.