Package | Description |
---|---|
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
static InitialPageSettings.Position |
InitialPageSettings.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitialPageSettings.Position[] |
InitialPageSettings.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InitialPageSettings.addFavIcon(InitialPageSettings.Position position,
String rel,
String href,
String sizes)
Deprecated.
Append a fav icon link to initial page head.
|
void |
InitialPageSettings.addInlineFromFile(InitialPageSettings.Position position,
String file,
InitialPageSettings.WrapMode type)
Deprecated.
Inline contents from classpath file to head of initial page.
|
void |
InitialPageSettings.addInlineWithContents(InitialPageSettings.Position position,
String contents,
InitialPageSettings.WrapMode type)
Deprecated.
Add content to head of initial page.
|
void |
InitialPageSettings.addLink(InitialPageSettings.Position position,
String href)
Deprecated.
Add a link to initial page head.
|
void |
InitialPageSettings.addLink(InitialPageSettings.Position position,
String href,
Map<String,String> attributes)
Deprecated.
Add a link to initial page head.
|
void |
InitialPageSettings.addLink(InitialPageSettings.Position position,
String rel,
String href)
Deprecated.
Add a link to initial page head.
|
void |
InitialPageSettings.addMetaTag(InitialPageSettings.Position position,
String name,
String content)
Deprecated.
Add a meta tag to initial page head.
|
protected List<org.jsoup.nodes.Element> |
InitialPageSettings.getElement(InitialPageSettings.Position position)
Deprecated.
Get the list of links to append to head.
|
protected List<elemental.json.JsonObject> |
InitialPageSettings.getInline(InitialPageSettings.Position position)
Deprecated.
Get the list of inline objects to append to head.
|
Copyright © 2025. All rights reserved.