public class JsfDefaultBuilderRule extends Object implements org.apache.commons.chain.Command
Delegates all handling to a common
JsfDefaultBuilder
that can
transform markup that looks like JSP tags to a graph of
InnerComponentBean
beans.
Constructor and Description |
---|
JsfDefaultBuilderRule() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Assigns handling of the markup to
JsfDefaultBuilder
without condition. |
String |
getPrefix()
Returns the namespace prefix that will be added to the
node name when resolving the clay config.
|
void |
setPrefix(String prefix)
Sets the namespace preix that will override the template
nodeds qname.
|
public boolean execute(org.apache.commons.chain.Context context)
Assigns handling of the markup to JsfDefaultBuilder
without condition.
execute
in interface org.apache.commons.chain.Command
context
- common chainstrue
if the chain is donepublic String getPrefix()
Returns the namespace prefix that will be added to the node name when resolving the clay config.
public void setPrefix(String prefix)
Sets the namespace preix that will override the template nodeds qname.
prefix
- URI prefixCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.