Class PersistenceContentHandler
-
- org.apache.tapestry5.internal.jpa.PersistenceContentHandler
-
- All Implemented Interfaces:
public class PersistenceContentHandler extends implements
-
-
Constructor Summary
Constructors Constructor Description PersistenceContentHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
characters(char[] ch, int start, int length)
void
endDocument()
void
namespaceURI, localName, qName)
void
prefix)
<TapestryPersistenceUnitInfo>
getPersistenceUnits()
void
ignorableWhitespace(char[] ch, int start, int length)
void
target, data)
void
locator)
void
name)
void
startDocument()
void
namespaceURI, localName, qName, atts)
void
prefix, uri)
-
-
-
Constructor Detail
-
PersistenceContentHandler
public PersistenceContentHandler()
-
-
Method Detail
-
getPersistenceUnits
public <TapestryPersistenceUnitInfo> getPersistenceUnits()
-
setDocumentLocator
public void locator)
- Specified by:
in interface
-
startDocument
public void startDocument() throws
- Specified by:
in interface
- Throws:
-
endDocument
public void endDocument() throws
- Specified by:
in interface
- Throws:
-
startPrefixMapping
public void prefix, uri) throws
- Specified by:
in interface
- Throws:
-
endPrefixMapping
public void prefix) throws
- Specified by:
in interface
- Throws:
-
startElement
public void namespaceURI, localName, qName, atts) throws
- Specified by:
in interface
- Throws:
-
endElement
public void namespaceURI, localName, qName) throws
- Specified by:
in interface
- Throws:
-
characters
public void characters(char[] ch, int start, int length) throws
- Specified by:
in interface
- Throws:
-
ignorableWhitespace
public void ignorableWhitespace(char[] ch, int start, int length) throws
- Specified by:
in interface
- Throws:
-
processingInstruction
public void target, data) throws
- Specified by:
in interface
- Throws:
-
skippedEntity
public void name) throws
- Specified by:
in interface
- Throws:
-
-