void |
AppShellSettings.addFavIcon(Inline.Position position,
String rel,
String href,
String sizes) |
Append a fav icon link to initial page head.
|
void |
AppShellSettings.addInlineFromFile(Inline.Position position,
String file,
Inline.Wrapping type) |
Inline contents from classpath file to head of initial page.
|
void |
AppShellSettings.addInlineFromFile(TargetElement target,
Inline.Position position,
String file,
Inline.Wrapping type) |
Inline contents from classpath file to head of initial page.
|
void |
AppShellSettings.addInlineWithContents(Inline.Position position,
String contents,
Inline.Wrapping type) |
Add content to head of initial page.
|
void |
AppShellSettings.addInlineWithContents(TargetElement target,
Inline.Position position,
String contents,
Inline.Wrapping type) |
Add content to the specified target of initial page.
|
void |
AppShellSettings.addLink(Inline.Position position,
String href) |
Add a link to initial page head.
|
void |
AppShellSettings.addLink(Inline.Position position,
String rel,
String href) |
Add a link to initial page head.
|
void |
AppShellSettings.addLink(Inline.Position position,
String href,
Map<String,String> attributes) |
Add a link to initial page head.
|
void |
AppShellSettings.addMetaTag(Inline.Position position,
String name,
String content) |
Add a meta tag to initial page head.
|
List<elemental.json.JsonObject> |
InlineTargets.getInlineBody(Inline.Position position) |
Get the list of inline objects to add to body.
|
List<elemental.json.JsonObject> |
InlineTargets.getInlineHead(Inline.Position position) |
Get the list of inline objects to add to head.
|