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
body - to be added.Exception - on error.void addOptions(Options options) throws Exception
options - to be added.Exception - on error.void addUserMeta(UserMeta userMeta) throws Exception
userMeta - to be added.Exception - on error.void addPageMeta(PageMeta pageMeta) throws Exception
pageMeta - to be added.Exception - on error.String getComponentName()
Copyright © 2016 DuraSpace. All rights reserved.