|
||||||||||
| 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 |
java.lang.String |
getComponentName()
What is a unique name for this component? |
| Method Detail |
|---|
void addBody(Body body)
throws org.xml.sax.SAXException,
WingException,
UIException,
java.sql.SQLException,
java.io.IOException,
AuthorizeException
addBody in interface WingTransformerorg.xml.sax.SAXException
WingException
UIException
java.sql.SQLException
java.io.IOException
AuthorizeException
void addOptions(Options options)
throws org.xml.sax.SAXException,
WingException,
UIException,
java.sql.SQLException,
java.io.IOException,
AuthorizeException
addOptions in interface WingTransformerorg.xml.sax.SAXException
WingException
UIException
java.sql.SQLException
java.io.IOException
AuthorizeException
void addUserMeta(UserMeta userMeta)
throws org.xml.sax.SAXException,
WingException,
UIException,
java.sql.SQLException,
java.io.IOException,
AuthorizeException
addUserMeta in interface WingTransformerorg.xml.sax.SAXException
WingException
UIException
java.sql.SQLException
java.io.IOException
AuthorizeException
void addPageMeta(PageMeta pageMeta)
throws org.xml.sax.SAXException,
WingException,
UIException,
java.sql.SQLException,
java.io.IOException,
AuthorizeException
addPageMeta in interface WingTransformerorg.xml.sax.SAXException
WingException
UIException
java.sql.SQLException
java.io.IOException
AuthorizeExceptionjava.lang.String getComponentName()
getComponentName in interface WingTransformer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||