|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.util.uri.UriMappings
public class UriMappings
Utility class for mapping "static" URIs (i.e. "catalog_(\S+).htm") to dynamic ones (i.e. "view_resource.do?description=$1") using regexes
Constructor Summary | |
---|---|
UriMappings(ServletContext servletContext,
String xmlParserClass)
Constructor for the UrlMappings object |
Method Summary | |
---|---|
void |
characters(char[] ch,
int start,
int length)
(SAX) Element data (characters between tags, not used here) |
void |
endDocument()
(SAX) Invoked at the end of parsing. |
void |
endElement(String namespaceURI,
String localName,
String qName)
(SAX) Invoked upon closing tag of an XML element (not used here) |
void |
endPrefixMapping(String prefix)
(SAX) Required by SAX, but not used here |
String |
getForwardPage(HttpServletRequest request)
Gets the forwardPage attribute of the UrlMappings object |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
(SAX) Reports any whitespace that is ignored because it falls outside of the DTD or schema definition--usefull for re-generating the file with indents intact. |
void |
loadMappings(String configFile)
Load URL mappings from the supplied configuration file |
void |
processingInstruction(String target,
String data)
(SAX) Required by SAX, but not used here |
static void |
setDebug(boolean db)
Sets the debug attribute of the DDSServlet object |
void |
setDocumentLocator(Locator locator)
(SAX) Sets the SAX locator, which indicates the current position of the parser within the document (line number, column number). |
void |
skippedEntity(String name)
(SAX) Required by SAX, but not used here |
void |
startDocument()
(SAX) Invoked at the start of any document parse |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
(SAX) Invoked upon opening tag of an XML element |
void |
startPrefixMapping(String prefix,
String uri)
(SAX) Required by SAX, but not used here |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UriMappings(ServletContext servletContext, String xmlParserClass)
xmlParserClass
- servletContext
- Method Detail |
---|
public void loadMappings(String configFile)
configFile
- public String getForwardPage(HttpServletRequest request)
request
-
public void setDocumentLocator(Locator locator)
setDocumentLocator
in interface ContentHandler
locator
- The new saxLocator valuepublic void startDocument() throws SAXException
startDocument
in interface ContentHandler
SAXException
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
SAXException
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
namespaceURI
- localName
- qName
- atts
-
SAXException
public void endElement(String namespaceURI, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
namespaceURI
- XML namespacelocalName
- local tag nameqName
- fully qualified tag name
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
ch
- start
- length
-
SAXException
public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException
ignorableWhitespace
in interface ContentHandler
ch
- start
- length
-
SAXException
public void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping
in interface ContentHandler
prefix
- uri
-
SAXException
public void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping
in interface ContentHandler
prefix
-
SAXException
public void processingInstruction(String target, String data) throws SAXException
processingInstruction
in interface ContentHandler
target
- data
-
SAXException
public void skippedEntity(String name) throws SAXException
skippedEntity
in interface ContentHandler
name
-
SAXException
public static final void setDebug(boolean db)
db
- The new debug value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |