|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DSpaceTransformer
The WingTransformer is a simple framework for dealing with DSpace based SAX events. The implementing class is responsable for catching the approprate events and filtering them into these method calls. This allows implementors to have easy access to the document without dealing with the messyness of the sax event system.
| Method Summary | |
|---|---|
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? |
| Method Detail |
|---|
void addBody(Body body)
throws SAXException,
WingException,
UIException,
SQLException,
IOException,
AuthorizeException
addBody in interface WingTransformerSAXException
WingException
UIException
SQLException
IOException
AuthorizeException
void addOptions(Options options)
throws SAXException,
WingException,
UIException,
SQLException,
IOException,
AuthorizeException
addOptions in interface WingTransformerSAXException
WingException
UIException
SQLException
IOException
AuthorizeException
void addUserMeta(UserMeta userMeta)
throws SAXException,
WingException,
UIException,
SQLException,
IOException,
AuthorizeException
addUserMeta in interface WingTransformerSAXException
WingException
UIException
SQLException
IOException
AuthorizeException
void addPageMeta(PageMeta pageMeta)
throws SAXException,
WingException,
UIException,
SQLException,
IOException,
AuthorizeException
addPageMeta in interface WingTransformerSAXException
WingException
UIException
SQLException
IOException
AuthorizeExceptionString getComponentName()
getComponentName in interface WingTransformer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||