|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ibisph.mvc.model.SimpleXMLModelAndDate
org.ibisph.mvc.model.XMLSystemIDModelAndDate
public class XMLSystemIDModelAndDate
Enhanced SimpleXMLModelAndDate object that provides SystemIDs for XML files which are used as the XML data model.
| Field Summary |
|---|
| Fields inherited from class org.ibisph.mvc.model.SimpleXMLModelAndDate |
|---|
xmlDate, xmlModel |
| Constructor Summary | |
|---|---|
XMLSystemIDModelAndDate(javax.servlet.http.HttpServletRequest request)
Simple constructor which looks at the request's URL query string for XML type parameters. |
|
XMLSystemIDModelAndDate(java.lang.String xmlFilename)
Core constructor which accepts an XML filename to base a verified file SystemID on. |
|
XMLSystemIDModelAndDate(SystemID systemID)
Accepts any XML System ID and if a FileSystemID sets the associated date. |
|
| Method Summary |
|---|
| Methods inherited from class org.ibisph.mvc.model.SimpleXMLModelAndDate |
|---|
getXMLDate, getXMLModel, setXMLDate, setXMLDate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLSystemIDModelAndDate(java.lang.String xmlFilename)
xmlFilename - filename of the XML file to be set as the model and
file (Verified File System ID).public XMLSystemIDModelAndDate(SystemID systemID)
systemID - SystemID of the XML file to be set as the model. If it
is a file then the date is automatically set.
public XMLSystemIDModelAndDate(javax.servlet.http.HttpServletRequest request)
throws java.io.IOException
request - HTTP request's query string to be checked.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||