|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.tiles.ControllerSupport
org.springframework.web.servlet.view.tiles.ComponentControllerSupport
uk.co.lakesidetech.springxmldb.spring.web.tiles.AbstractXMLDBTilesComponent
uk.co.lakesidetech.springxmldb.spring.web.tiles.XQueryAttributesTilesComponent
This tiles component performs a XQuery query on a collection in an xml datbase but also passes any attributes to be used as variables in the xquery allowing $paramKey to be used in the XQuery
XQueryRequestParametersXMLDBController
Field Summary |
Fields inherited from class uk.co.lakesidetech.springxmldb.spring.web.tiles.AbstractXMLDBTilesComponent |
facade, TILES_ATTRIBUTE_COLLECTION, TILES_ATTRIBUTE_NORESULTS, TILES_ATTRIBUTE_XPATH, TILES_ATTRIBUTE_XQUERY, XMLQUERY_RESULTS_REQUEST_ATTRIBUTE |
Constructor Summary | |
XQueryAttributesTilesComponent()
|
Method Summary | |
protected org.w3c.dom.Node |
performForXML(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.util.Map attributes)
implementing method for a tiles component to retrive XML from the xml database |
Methods inherited from class uk.co.lakesidetech.springxmldb.spring.web.tiles.AbstractXMLDBTilesComponent |
doPerform, getFacade |
Methods inherited from class org.springframework.web.servlet.view.tiles.ComponentControllerSupport |
execute, getApplicationContext, getMessageSourceAccessor, getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, perform |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XQueryAttributesTilesComponent()
Method Detail |
protected org.w3c.dom.Node performForXML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.Map attributes) throws java.lang.Exception
AbstractXMLDBTilesComponent
performForXML
in class AbstractXMLDBTilesComponent
request
- The HttpServletRequestresponse
- The HttpServletResponseattributes
- a map of attributes set by the tiles context
java.lang.Exception
- on anything going wrongAbstractXMLDBTilesComponent.performForXML(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.util.Map)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |