|
|||||||||
| Home >> All >> org >> scopemvc >> view >> servlet >> [ xml overview ] | PREV NEXT | ||||||||
A
- AbstractXSLPage - class org.scopemvc.view.servlet.xml.AbstractXSLPage.
- A ServletView that references an XSLT URI used to transform an XML representation of the View's bound model objects.
- AbstractXSLPage(String, String) - Constructor for class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Specify the XSLT to use when showing this View.
C
- CDATA_TYPE - Static variable in class org.scopemvc.view.servlet.xml.ModelToXML
- COLLECTION_ELEMENT - Static variable in class org.scopemvc.view.servlet.xml.ModelToXML
- Element to contain contents of a collection model.
- COLLECTION_INDEX_ATTRIBUTE - Static variable in class org.scopemvc.view.servlet.xml.ModelToXML
- Attribute to index the contents of a collection model.
- currentPropertySelector - Variable in class org.scopemvc.view.servlet.xml.PropertyIDGenerator
D
- debugXMLDirectory - Variable in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Filesystem directory to dump all XML before transforming.
E
- EMPTY_ATTRIBUTES - Static variable in class org.scopemvc.view.servlet.xml.ModelToXML
- endProperty() - Method in class org.scopemvc.view.servlet.xml.PropertyIDGenerator
- Call this to pop up a property.
F
- FullIDGenerator - class org.scopemvc.view.servlet.xml.FullIDGenerator.
- FullIDGenerator() - Constructor for class org.scopemvc.view.servlet.xml.FullIDGenerator
- findIdFor(Object) - Method in class org.scopemvc.view.servlet.xml.IdRefMap
G
- generateXMLDocument(ContentHandler) - Method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Override to implement model to SAX conversion into the passed ContentHandler.
- generateXMLDocument(ContentHandler) - Method in class org.scopemvc.view.servlet.xml.XSLPage
- getContentType() - Method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Allow subclasses to deliver different content types.
- getHTMLOutputProperties() - Method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Make Properties for
Transformer.setOutputPropertiessuitable for final HTML output. - getNextId() - Method in class org.scopemvc.view.servlet.xml.IdRefMap
- getPropertyID() - Method in class org.scopemvc.view.servlet.xml.FullIDGenerator
- getPropertyID() - Method in class org.scopemvc.view.servlet.xml.NoIDGenerator
- getPropertyID() - Method in class org.scopemvc.view.servlet.xml.PropertyIDGenerator
- getSystemID() - Static method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Where XSLT URIs are referenced relative to.
- getTransformerHandler(OutputStream) - Method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Thread-safe Templates are cached for reuse to avoid parsing and compiling stylesheets repeatedly.
- getXMLOutputProperties() - Method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Make Properties for
Transformer.setOutputPropertiessuitable for debug XML output. - getXslURI() - Method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- The XSLT that will be shown for this view.
I
- IDREF_ATTRIBUTE - Static variable in class org.scopemvc.view.servlet.xml.ModelToXML
- ID_ATTRIBUTE - Static variable in class org.scopemvc.view.servlet.xml.ModelToXML
- IdRefMap - class org.scopemvc.view.servlet.xml.IdRefMap.
- IdRefMap() - Constructor for class org.scopemvc.view.servlet.xml.IdRefMap
- idAttributes - Variable in class org.scopemvc.view.servlet.xml.ModelToXML
- idrefAttributes - Variable in class org.scopemvc.view.servlet.xml.ModelToXML
- indexAttributes - Variable in class org.scopemvc.view.servlet.xml.ModelToXML
- init() - Method in class org.scopemvc.view.servlet.xml.ModelToXML
- Initialise the Attributes that are reused during SAX generation.
- init() - Method in class org.scopemvc.view.servlet.xml.XSLPage
- Do it like this so that we can pick up application-specific ScopeConfig...
L
- LOG - Static variable in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- LOG - Static variable in class org.scopemvc.view.servlet.xml.ModelToXML
- LOG - Static variable in class org.scopemvc.view.servlet.xml.XSLPage
M
- MODEL_ELEMENT - Static variable in class org.scopemvc.view.servlet.xml.ModelToXML
- Element to contain a model object.
- ModelToXML - class org.scopemvc.view.servlet.xml.ModelToXML.
- Converts a model into an XML document (as SAX events driving a ContentHandler).
- ModelToXML() - Constructor for class org.scopemvc.view.servlet.xml.ModelToXML
- makeSerializer(OutputStream, Properties) - Method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Make a null transformer to take SAX input and stream it to an OutputStream using the passed OutputProperties.
- modelToXML(Object, ContentHandler, PropertyIDGenerator) - Method in class org.scopemvc.view.servlet.xml.ModelToXML
- models - Variable in class org.scopemvc.view.servlet.xml.IdRefMap
N
- NoIDGenerator - class org.scopemvc.view.servlet.xml.NoIDGenerator.
- NoIDGenerator() - Constructor for class org.scopemvc.view.servlet.xml.NoIDGenerator
- nextId - Variable in class org.scopemvc.view.servlet.xml.IdRefMap
O
- org.scopemvc.view.servlet.xml - package org.scopemvc.view.servlet.xml
- Contains ServletView, a "container" used to hold a set of Pages that a Controller in a web application manages.
P
- PATH_ATTRIBUTE - Static variable in class org.scopemvc.view.servlet.xml.ModelToXML
- PROPERTY_ID_PREFIX - Static variable in class org.scopemvc.view.servlet.xml.XSLPage
- The prefix on form parameters to identify a property/value pair used to repopulate the View's bound model.
- PropertyIDGenerator - class org.scopemvc.view.servlet.xml.PropertyIDGenerator.
- Generates IDs to identify properties during the traversal of the model containment hierarchy.
- PropertyIDGenerator() - Constructor for class org.scopemvc.view.servlet.xml.PropertyIDGenerator
- pathAttributes - Variable in class org.scopemvc.view.servlet.xml.ModelToXML
- pathIndexAttributes - Variable in class org.scopemvc.view.servlet.xml.ModelToXML
- populateBoundModelProperty(String, String) - Method in class org.scopemvc.view.servlet.xml.XSLPage
- Use the property_description, property_value pair passed to set a property in the bound model to a new value.
- populateModel(HashMap) - Method in class org.scopemvc.view.servlet.xml.XSLPage
-
Interprets any form parameters like
<PROPERTY_ID_PREFIX>SelectorDescriptionas [property_description, property_value] pairs - propertiesToXML(Object, ContentHandler, PropertyIDGenerator, IdRefMap) - Method in class org.scopemvc.view.servlet.xml.ModelToXML
R
- requiresPropertyDescriptions - Variable in class org.scopemvc.view.servlet.xml.XSLPage
- Optional setting for whether the SAX convertor should write all the property "paths" out when this view is streamed.
S
- setSystemID(String) - Static method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Where XSLT URIs are referenced relative to.
- setXslURI(String) - Method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- The XSLT that will be shown for this view.
- shouldCacheTemplates - Variable in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Do we want to cache the stylesheets? Yes for production, no for development because you want to see changes to the XSLTs as soon as you make them rather than after restarting the web application.
- startProperty(Selector) - Method in class org.scopemvc.view.servlet.xml.PropertyIDGenerator
- Call this to recurse down a property.
- storeModel(String, Object) - Method in class org.scopemvc.view.servlet.xml.IdRefMap
- streamView(OutputStream) - Method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
-
Stream the view by calling
AbstractXSLPage.generateXMLDocument(org.xml.sax.ContentHandler)55 and processing the result with the XSLT. - systemID - Static variable in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- Base URI to reference XSL URIs from.
T
- templateCache - Static variable in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- A cache for compiled stylesheets.
- toString() - Method in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- For debug.
X
- XSLPage - class org.scopemvc.view.servlet.xml.XSLPage.
- A concrete AbstractXSLPage that uses Scope's ModelManager implementations to serialise its entire bound model object to an XML document.
- XSLPage(String, String) - Constructor for class org.scopemvc.view.servlet.xml.XSLPage
- XSLPage(String, String, boolean) - Constructor for class org.scopemvc.view.servlet.xml.XSLPage
- xmlGenerator - Variable in class org.scopemvc.view.servlet.xml.XSLPage
- xslURI - Variable in class org.scopemvc.view.servlet.xml.AbstractXSLPage
- URI of the XSLT for this View relative to the
AbstractXSLPage.setSystemID(java.lang.String)55 .
A C D E F G I L M N O P R S T X
|
|||||||||
| Home >> All >> org >> scopemvc >> view >> servlet >> [ xml overview ] | PREV NEXT | ||||||||