public abstract class AbstractInjectableElementInitializer extends Object implements Consumer<Map<String,String>>
For internal use only. May be renamed or removed in a future release.
Modifier | Constructor and Description |
---|---|
protected |
AbstractInjectableElementInitializer(Element element)
Creates an initializer for the
element . |
Modifier and Type | Method and Description |
---|---|
void |
accept(Map<String,String> templateAttributes) |
protected Element |
getElement()
Returns server side element to initialize.
|
protected abstract boolean |
isStaticAttribute(String name,
String value)
Checks whether the attribute declaration is an attribute with a static
value ( so it can be set on the serve side).
|
protected AbstractInjectableElementInitializer(Element element)
element
.element
- element to initializeprotected abstract boolean isStaticAttribute(String name, String value)
name
- the template attribute namevalue
- the template attribute valueprotected Element getElement()
Copyright © 2022. All rights reserved.