| org.apache.cocoon.components.treeprocessor.AbstractProcessingNode org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode org.apache.cocoon.components.treeprocessor.SimpleParentProcessingNode org.apache.cocoon.components.treeprocessor.SimpleSelectorProcessingNode
All known Subclasses: org.apache.cocoon.components.treeprocessor.sitemap.SelectNode, org.apache.cocoon.components.treeprocessor.sitemap.MatchNode, org.apache.cocoon.components.treeprocessor.sitemap.ActionSetNode, org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode, org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode, org.apache.cocoon.components.treeprocessor.sitemap.SwitchSelectNode,
SimpleSelectorProcessingNode | abstract public class SimpleSelectorProcessingNode extends SimpleParentProcessingNode (Code) | | author: Sylvain Wallez version: CVS $Id: SimpleSelectorProcessingNode.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
protected Component | getThreadSafeComponent() Tests if the component designated by this node using the selector and component name
is ThreadSafe , and return it if true. | protected Component | getThreadSafeComponent(String name) Tests if the component designated by this node using the selector and component name
is ThreadSafe , and return it if true. | public void | setSelector(ComponentSelector selector) |
componentName | protected String componentName(Code) | | The node component name (e.g. action name, selector name, etc)
|
selector | protected ComponentSelector selector(Code) | | Selector where to get components from
|
SimpleSelectorProcessingNode | public SimpleSelectorProcessingNode(String componentName)(Code) | | |
getThreadSafeComponent | protected Component getThreadSafeComponent() throws ComponentException(Code) | | Tests if the component designated by this node using the selector and component name
is ThreadSafe , and return it if true.
Note : this method must be called after setSelector() .
|
getThreadSafeComponent | protected Component getThreadSafeComponent(String name) throws ComponentException(Code) | | Tests if the component designated by this node using the selector and component name
is ThreadSafe , and return it if true.
Note : this method must be called after setSelector() .
|
setSelector | public void setSelector(ComponentSelector selector) throws ComponentException(Code) | | |
Fields inherited from org.apache.cocoon.components.treeprocessor.AbstractProcessingNode | protected Location location(Code)(Java Doc)
|
|
|