public abstract class PageAttribute
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.inject.Key<PageAttribute> |
KEY
Key used to access this attribute.
|
| Constructor and Description |
|---|
PageAttribute() |
| Modifier and Type | Method and Description |
|---|---|
static PageAttribute |
create(java.lang.String doc)
Create attribute.
|
abstract java.lang.String |
page()
The name of the page this element is associated with.
|
public static final com.google.inject.Key<PageAttribute> KEY
public abstract java.lang.String page()
public static PageAttribute create(java.lang.String doc)