public interface DSpaceTransformer extends 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 SAXException, WingException, UIException, SQLException, IOException, AuthorizeException, org.apache.cocoon.ProcessingException
addBody in interface WingTransformerSAXExceptionWingExceptionUIExceptionSQLExceptionIOExceptionAuthorizeExceptionorg.apache.cocoon.ProcessingExceptionvoid addOptions(Options options) throws SAXException, WingException, UIException, SQLException, IOException, AuthorizeException
addOptions in interface WingTransformerSAXExceptionWingExceptionUIExceptionSQLExceptionIOExceptionAuthorizeExceptionvoid addUserMeta(UserMeta userMeta) throws SAXException, WingException, UIException, SQLException, IOException, AuthorizeException
addUserMeta in interface WingTransformerSAXExceptionWingExceptionUIExceptionSQLExceptionIOExceptionAuthorizeExceptionvoid addPageMeta(PageMeta pageMeta) throws SAXException, WingException, UIException, SQLException, IOException, AuthorizeException
addPageMeta in interface WingTransformerSAXExceptionWingExceptionUIExceptionSQLExceptionIOExceptionAuthorizeExceptionString getComponentName()
getComponentName in interface WingTransformerCopyright © 2015 DuraSpace. All Rights Reserved.