| |
|
| org.apache.cocoon.components.ExtendedComponentSelector org.apache.cocoon.components.treeprocessor.sitemap.ComponentsSelector
ACTION | final public static int ACTION(Code) | | |
COMPONENT_NAMES | final public static String[] COMPONENT_NAMES(Code) | | |
GENERATOR | final public static int GENERATOR(Code) | | |
MATCHER | final public static int MATCHER(Code) | | |
PIPELINE | final public static int PIPELINE(Code) | | |
READER | final public static int READER(Code) | | |
SELECTOR | final public static int SELECTOR(Code) | | |
SELECTOR_ROLES | final public static String[] SELECTOR_ROLES(Code) | | |
SERIALIZER | final public static int SERIALIZER(Code) | | |
TRANSFORMER | final public static int TRANSFORMER(Code) | | |
UNKNOWN | final public static int UNKNOWN(Code) | | |
addComponent | public void addComponent(Object hint, Class clazz, Configuration config) throws ComponentException(Code) | | Add a component in this selector. If needed, also register it's MIME type.
|
configure | public void configure(Configuration config) throws ConfigurationException(Code) | | |
dispose | public void dispose()(Code) | | |
getClassAttributeName | protected String getClassAttributeName()(Code) | | Get the attribute for class names. This is "src" for known roles, and
"class" (the default) for other roles.
|
getComponentInstanceName | protected String getComponentInstanceName()(Code) | | Return the component instance name according to the selector role
(e.g. "action" for "org.apache.cocoon.acting.Action").
|
getMimeTypeForHint | public String getMimeTypeForHint(Object hint)(Code) | | Get the MIME type for a given hint.
|
initialize | public void initialize()(Code) | | Ensure system-defined components exist (e.g. <aggregator>) and initialize
the selector.
|
|
|
|