|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.clay.parser.builder.chain.JsfDefaultBuilderRule
public class JsfDefaultBuilderRule
Delegates all handling to a common
JsfDefaultBuilder
that can
transform markup that looks like JSP tags to a graph of
InnerComponentBean
beans.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
JsfDefaultBuilderRule()
|
Method Summary | |
---|---|
boolean |
execute(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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsfDefaultBuilderRule()
Method Detail |
---|
public boolean execute(Context context)
Assigns handling of the markup to JsfDefaultBuilder
without condition.
execute
in interface Command
context
- common chains
true
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 prefix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |