| org.apache.cocoon.generation.AbstractGenerator org.apache.cocoon.generation.ServiceableGenerator org.apache.cocoon.generation.CalendarGenerator
CALENDAR_NODE_NAME | final protected static String CALENDAR_NODE_NAME(Code) | | Node and attribute names
|
DATE_ATTR_NAME | final protected static String DATE_ATTR_NAME(Code) | | |
DAY_NODE_NAME | final protected static String DAY_NODE_NAME(Code) | | |
MONTH_ATTR_NAME | final protected static String MONTH_ATTR_NAME(Code) | | |
NEXT_MONTH_ATTR_NAME | final protected static String NEXT_MONTH_ATTR_NAME(Code) | | |
NEXT_YEAR_ATTR_NAME | final protected static String NEXT_YEAR_ATTR_NAME(Code) | | |
NUMBER_ATTR_NAME | final protected static String NUMBER_ATTR_NAME(Code) | | |
PREFIX | final protected static String PREFIX(Code) | | The namespace prefix for this namespace.
|
PREV_MONTH_ATTR_NAME | final protected static String PREV_MONTH_ATTR_NAME(Code) | | |
PREV_YEAR_ATTR_NAME | final protected static String PREV_YEAR_ATTR_NAME(Code) | | |
URI | final protected static String URI(Code) | | The URI of the namespace of this generator.
|
WEEKDAY_ATTR_NAME | final protected static String WEEKDAY_ATTR_NAME(Code) | | |
WEEK_NODE_NAME | final protected static String WEEK_NODE_NAME(Code) | | |
YEAR_ATTR_NAME | final protected static String YEAR_ATTR_NAME(Code) | | |
attributes | protected AttributesImpl attributes(Code) | | Convenience object, so we don't need to create an AttributesImpl for every element.
|
cacheKeyParList | protected List cacheKeyParList(Code) | | The cache key needs to be generated for the configuration of this
generator, so storing the parameters for generateKey().
|
month | protected int month(Code) | | The month to generate the calendar for
|
monthFormatter | protected DateFormat monthFormatter(Code) | | The format for month names
|
monthNumberFormatter | final protected static DecimalFormat monthNumberFormatter(Code) | | Formatter for month number
|
padWeeks | protected boolean padWeeks(Code) | | Do we need to pad out the first and last weeks?
|
year | protected int year(Code) | | The year to generate the calendar for
|
addContent | protected void addContent(Calendar date, Locale locale) throws SAXException(Code) | | Add content to a <day> element. This method is intended to be overridden
by subclasses that want to add content to one or more days of the calendar.
Parameters: date - The date corresponding to the current element. Parameters: locale - The current locale. throws: SAXException - if an error occurs while outputting the document |
getValidity | public SourceValidity getValidity()(Code) | | |
recycle | public void recycle()(Code) | | Recycle resources
See Also: org.apache.avalon.excalibur.pool.Recyclable.recycle |
setup | public void setup(SourceResolver resolver, Map objectModel, String src, Parameters par) throws ProcessingException, SAXException, IOException(Code) | | Set the request parameters. Must be called before the generate method.
Parameters: resolver - the SourceResolver object Parameters: objectModel - a Map containing model object Parameters: src - the source URI (ignored) Parameters: par - configuration parameters |
Fields inherited from org.apache.cocoon.generation.ServiceableGenerator | protected ServiceManager manager(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.generation.ServiceableGenerator | public void dispose()(Code)(Java Doc) public void service(ServiceManager manager) throws ServiceException(Code)(Java Doc)
|
|
|