@PublicApi
public interface WebFragment
Attributes returned by getters will not be escaped yet for whatever context they are inserted in. In other words if are accessing Webfragments to be included in a HTML page, properties returned by getters should be appropriately HTML escaped.
| Modifier and Type | Method and Description |
|---|---|
String |
getCompleteKey() |
String |
getId() |
String |
getLabel() |
Map<String,String> |
getParams() |
String |
getStyleClass() |
String |
getTitle() |
int |
getWeight() |
String getCompleteKey()
String getLabel()
String getTitle()
String getStyleClass()
String getId()
int getWeight()
Copyright © 2018 Atlassian. All rights reserved.