Constructor and Description |
---|
InlineTargets() |
Modifier and Type | Method and Description |
---|---|
void |
addInlineDependency(Inline inline,
VaadinRequest request)
Deprecated.
use
addInlineDependency(Inline, VaadinService)
instead |
void |
addInlineDependency(Inline inline,
VaadinService service)
Inline contents from classpath file to head of initial page.
|
List<elemental.json.JsonObject> |
getInlineBody(Inline.Position position)
Get the list of inline objects to add to body.
|
List<elemental.json.JsonObject> |
getInlineHead(Inline.Position position)
Get the list of inline objects to add to head.
|
@Deprecated public void addInlineDependency(Inline inline, VaadinRequest request)
addInlineDependency(Inline, VaadinService)
insteadinline
- inline dependency to add to bootstrap pagerequest
- the request that is handledpublic void addInlineDependency(Inline inline, VaadinService service)
inline
- inline dependency to add to bootstrap pageservice
- the service that can find the dependencypublic List<elemental.json.JsonObject> getInlineHead(Inline.Position position)
position
- prepend or appendpublic List<elemental.json.JsonObject> getInlineBody(Inline.Position position)
position
- prepend or appendCopyright © 2021. All rights reserved.