Key under which the blog entries will be placed
(example: on the request for the JSPDispatcher)
BLOJSOM_LAST_MODIFIED
final public static String BLOJSOM_LAST_MODIFIED(Code)
Key under which the lastmodified date of the blog will be placed
(example: on the request for the JSPDispatcher)
BLOJSOM_PERMALINK
final public static String BLOJSOM_PERMALINK(Code)
Key under which the permalink value will be placed. This is used to allow templates
to generate trackback auto-discovery fragments.
(example: on the request for the JSPDispatcher)
BLOJSOM_PERMALINK_NEXT_ENTRY
final public static String BLOJSOM_PERMALINK_NEXT_ENTRY(Code)
Key under which the next entry after the permalink value will be placed. This is used to allow templates
to generate linear post navigation links.
(example: on the request for the JSPDispatcher)
BLOJSOM_PERMALINK_PREVIOUS_ENTRY
final public static String BLOJSOM_PERMALINK_PREVIOUS_ENTRY(Code)
Key under which the previous entry after the permalink value will be placed. This is used to allow templates
to generate linear post navigation links.
(example: on the request for the JSPDispatcher)