Package | Description |
---|---|
org.fireweb |
Modifier and Type | Class and Description |
---|---|
class |
Link
Class represents <link> HTML tag This element defines the relationship
between two linked documents.
|
class |
Meta
Class represents <meta> HTML tag.
|
class |
Script
Class represents <script> HTML tag
|
class |
Style
Class represents <style> HTML tag
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HeadElement> |
FireWebApplication.getHeadElements()
List elements of <head>.
|
Modifier and Type | Method and Description |
---|---|
FireWebApplication |
FireWebApplication.addHeadElement(HeadElement element)
Adds element to <head> if not exists on the list.
|
FireWebApplication |
FireWebApplication.insertHeadElement(HeadElement element,
int index)
Insert element to <head> at given index if not exists on the list.
|
FireWebApplication |
FireWebApplication.removeHeadElement(HeadElement element)
Removes element from <head>.
|