Package org.ametys.plugins.glpi.dynamic
Class TicketsDynamicInformationGenerator
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.generation.AbstractGenerator
org.apache.cocoon.generation.ServiceableGenerator
org.ametys.plugins.linkdirectory.dynamic.AbstractInternalDynamicInformationGenerator
org.ametys.plugins.glpi.dynamic.TicketsDynamicInformationGenerator
- All Implemented Interfaces:
Poolable,Recyclable,Disposable,Component,LogEnabled,Serviceable,Generator,SitemapModelComponent,XMLProducer
Generates sax events for GLPI tickets information
-
Field Summary
Fields inherited from class org.ametys.plugins.linkdirectory.dynamic.AbstractInternalDynamicInformationGenerator
_currentUserProvider, DYNAMIC_INFORMATION, ERROR, ERROR_ATTRIBUTE_TYPE, ITEM, ITEM_FOOTER, ITEM_SUMMARY, ITEM_TITLE, LONG_VALUE, SHORT_VALUE, TOOLTIPFields inherited from class org.apache.cocoon.generation.ServiceableGenerator
managerFields inherited from class org.apache.cocoon.generation.AbstractGenerator
objectModel, parameters, resolver, sourceFields inherited from class org.apache.cocoon.xml.AbstractXMLProducer
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCreate a long value node.protected voidCreate a short value node.protected voidCreate a tooltip node.voidservice(ServiceManager serviceManager) Methods inherited from class org.ametys.plugins.linkdirectory.dynamic.AbstractInternalDynamicInformationGenerator
generate, getCurrentLanguage, getCurrentUser, getMaxItems, saxError, saxItem, saxItemMethods inherited from class org.apache.cocoon.generation.ServiceableGenerator
disposeMethods inherited from class org.apache.cocoon.generation.AbstractGenerator
recycle, setupMethods inherited from class org.apache.cocoon.xml.AbstractXMLProducer
setConsumer, setContentHandler, setLexicalHandlerMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer
-
Constructor Details
-
TicketsDynamicInformationGenerator
public TicketsDynamicInformationGenerator()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classAbstractInternalDynamicInformationGenerator- Throws:
ServiceException
-
saxShortValue
Description copied from class:AbstractInternalDynamicInformationGeneratorCreate a short value node.- Specified by:
saxShortValuein classAbstractInternalDynamicInformationGenerator- Throws:
SAXException- If a SAXException error occursDynamicInformationException- if an error occurs while computing the dynamic information
-
saxLongValue
Description copied from class:AbstractInternalDynamicInformationGeneratorCreate a long value node.- Specified by:
saxLongValuein classAbstractInternalDynamicInformationGenerator- Throws:
SAXException- If a error occurs while saxingDynamicInformationException- if an error occurs while computing the dynamic information
-
saxTooltips
Description copied from class:AbstractInternalDynamicInformationGeneratorCreate a tooltip node.- Specified by:
saxTooltipsin classAbstractInternalDynamicInformationGenerator- Throws:
SAXException- If a error occurs while saxingDynamicInformationException- if an error occurs while computing the dynamic information
-