Constructor and Description |
---|
InlineTargets() |
Modifier and Type | Method and Description |
---|---|
void |
addInlineDependency(Inline inline,
VaadinRequest request)
Inline contents from classpath file to head of initial page.
|
protected List<elemental.json.JsonObject> |
getInlineBody(Inline.Position position)
Get the list of inline objects to add to body.
|
protected List<elemental.json.JsonObject> |
getInlineHead(Inline.Position position)
Get the list of inline objects to add to head.
|
public void addInlineDependency(Inline inline, VaadinRequest request)
inline
- inline dependency to add to bootstrap pagerequest
- the request that is handledprotected List<elemental.json.JsonObject> getInlineHead(Inline.Position position)
position
- prepend or appendprotected List<elemental.json.JsonObject> getInlineBody(Inline.Position position)
position
- prepend or appendCopyright © 2020. All rights reserved.