public interface WingTransformer
| Modifier and Type | Method and Description |
|---|---|
void |
addBody(Body body)
What to add at the end of the body
|
void |
addOptions(Options options)
What to add to the options list
|
void |
addPageMeta(PageMeta pageMeta)
What page metadata to add to the document
|
void |
addUserMeta(UserMeta userMeta)
What user metadata to add to the document
|
String |
getComponentName()
What is a unique name for this component?
|
void addBody(Body body) throws Exception
Exceptionvoid addOptions(Options options) throws Exception
Exceptionvoid addUserMeta(UserMeta userMeta) throws Exception
Exceptionvoid addPageMeta(PageMeta pageMeta) throws Exception
ExceptionString getComponentName()
Copyright © 2015 DuraSpace. All Rights Reserved.