public class CalendarDynamicInformationGenerator extends AbstractInternalDynamicInformationGenerator
Modifier and Type | Field and Description |
---|---|
private static int |
__DEFAULT_MAX_DAYS |
protected MessagingConnector |
_messagingConnector
The messagingConnector component
|
_currentUserProvider, DYNAMIC_INFORMATION, ITEM, ITEM_FOOTER, ITEM_SUMMARY, ITEM_TITLE, LONG_VALUE, SHORT_VALUE, TOOLTIP
manager
objectModel, parameters, resolver, source
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer
Constructor and Description |
---|
CalendarDynamicInformationGenerator() |
Modifier and Type | Method and Description |
---|---|
protected int |
getMaxDays()
Get the max days for search
|
protected void |
saxLongValue()
Create a long value node.
|
protected void |
saxShortValue()
Create a short value node.
|
protected void |
saxTooltips()
Create a tooltip node.
|
void |
service(ServiceManager serviceManager) |
generate, getCurrentLanguage, getCurrentUser, getMaxItems, saxItem, saxItem
dispose
recycle, setup
setConsumer, setContentHandler, setLexicalHandler
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setConsumer
private static final int __DEFAULT_MAX_DAYS
protected MessagingConnector _messagingConnector
public CalendarDynamicInformationGenerator()
public void service(ServiceManager serviceManager) throws ServiceException
service
in interface Serviceable
service
in class AbstractInternalDynamicInformationGenerator
ServiceException
protected void saxShortValue() throws SAXException
AbstractInternalDynamicInformationGenerator
saxShortValue
in class AbstractInternalDynamicInformationGenerator
SAXException
- If a SAXException error occursprotected void saxLongValue() throws SAXException
AbstractInternalDynamicInformationGenerator
saxLongValue
in class AbstractInternalDynamicInformationGenerator
SAXException
- If a error occurs while saxingprotected void saxTooltips() throws SAXException
AbstractInternalDynamicInformationGenerator
saxTooltips
in class AbstractInternalDynamicInformationGenerator
SAXException
- If a error occurs while saxingprotected int getMaxDays()