public abstract class BaseEditElementVTwo extends Object implements EditElementVTwo
| Constructor and Description |
|---|
BaseEditElementVTwo(FieldVTwo field) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasNoneOrSingle(String key,
Map<String,String[]> queryParameters)
Utility method to check if a value from the query parameters is none or a single value.
|
protected boolean |
hasSingleNonNullNonEmptyValueForKey(String key,
Map<String,String[]> queryParameters) |
protected String |
merge(freemarker.template.Configuration fmConfig,
String templateName,
Map map)
Utility method for use in EditElements to merge a freemarker template.
|
void |
setField(FieldVTwo field) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdraw, getLiterals, getMapForTemplate, getURIs, getValidationMessagesprotected FieldVTwo field
public BaseEditElementVTwo(FieldVTwo field)
public void setField(FieldVTwo field)
protected String merge(freemarker.template.Configuration fmConfig, String templateName, Map map)
protected boolean hasNoneOrSingle(String key, Map<String,String[]> queryParameters)
Copyright © 2022. All rights reserved.