atomCategory = element atom:category { atomCommonAttributes, attribute term { text }, attribute scheme { atomUri }?, attribute label { text }?, undefinedContent
@author Dave Johnson (added for Atom 1.0)
@author Alejandro Abdelnur
@author Dave Johnson (added for Atom 1.0)
@author Alejandro Abdelnur
Provides categorization informaton for a feed or entry
Per RFC4287:
The "atom:category" element conveys information about a category associated with an entry or feed. This specification assigns no meaning to the content (if any) of this element. atomCategory = element atom:category { atomCommonAttributes, attribute term { text }, attribute scheme { atomUri }?, attribute label { text }?, undefinedContent }
This class is a minimal implementation of the original org.apache.log4j.Category
class (as found in log4j 1.2) by delegation of all calls to a {@link org.slf4j.Logger} instance.
Log4j's trace
, debug()
, info()
, warn()
, error()
printing methods are directly mapped to their SLF4J equivalents. Log4j's fatal()
printing method is mapped to SLF4J's error()
method with a FATAL marker.
@author Sébastien Pennec
@author Ceki Gülcü
The following features are supported:
A logical group for a set of commands. A command belongs to exactly one category. The category has no functional effect, but may be used in graphical tools that want to group the set of commands somehow.
@since 3.1A category may specify its parent category in order to achieve hierarchy.
All categories must have a human readable name. In addition, quantitative categories may define a transformation between sample values s and geophysics values x. This transformation is usually (but not always) a linear equation of the form:
x = {@linkplain GridSampleDimension#getOffset() offset} + {@linkplain GridSampleDimension#getScale() scale}×
s
All {@code Category} objects are immutable and thread-safe. @since 2.1 @source $URL$ @version $Id$ @author Martin Desruisseaux (IRD) @see GridSampleDimension @see javax.media.jai.operator.PiecewiseDescriptor
Default categories are defined in the filter library:
FilterLibrary.TOPOLOGY
FilterLibrary.ATTRIBUTES
FilterLibrary.EDGE
FilterLibrary.HIERARCHY
Title: Category object
Description: This Category class is used to associate any objects within Jahia, be they Content Objects, Categories or others. It also provides static methods to manipulate Categories in the persistence back-end. This class is self-sufficient for most operations as it uses the category service back-end to perform most of it's work.
Copyright: Copyright (c) 2002
Company: Jahia Ltd
@author Serge Huber @version 1.0Per RFC4287:
The "atom:category" element conveys information about a category associated with an entry or feed. This specification assigns no meaning to the content (if any) of this element. atomCategory = element atom:category { atomCommonAttributes, attribute term { text }, attribute scheme { atomUri }?, attribute label { text }?, undefinedContent }@author Bill Burke @version $Revision: 1 $
Category.java class.
@author ybm @date 2011-7-1 @version $Id: $The following features are supported:
scheme is the URI that identifies the categorization scheme. It is an optional attribute. If this attribute is not included, the default scheme is 'http://search.yahoo.com/mrss/category_schema'.
label is the human readable label that can be displayed in end user applications. It is an optional attribute.
@author cooper ChangeLog
v 0.1
ChangeLog
v 0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|