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
|
java.lang.String |
getComponentName()
What is a unique name for this component?
|
void addBody(Body body) throws java.lang.Exception
java.lang.Exceptionvoid addOptions(Options options) throws java.lang.Exception
java.lang.Exceptionvoid addUserMeta(UserMeta userMeta) throws java.lang.Exception
java.lang.Exceptionvoid addPageMeta(PageMeta pageMeta) throws java.lang.Exception
java.lang.Exceptionjava.lang.String getComponentName()
Copyright © 2014 DuraSpace. All Rights Reserved.