org.richfaces.cdk.templatecompiler.model
Class Template
java.lang.Object
org.richfaces.cdk.templatecompiler.model.Template
- All Implemented Interfaces:
- Serializable
public class Template
- extends Object
- implements Serializable
- Author:
- asmirnov@exadel.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSTL_CORE_NAMESPACE
public static final String JSTL_CORE_NAMESPACE
- See Also:
- Constant Field Values
CDK_NAMESPACE
public static final String CDK_NAMESPACE
- See Also:
- Constant Field Values
CDK_PASS_THROUGH_NAMESPACE
public static final String CDK_PASS_THROUGH_NAMESPACE
- See Also:
- Constant Field Values
COMPOSITE_NAMESPACE
public static final String COMPOSITE_NAMESPACE
- See Also:
- Constant Field Values
XHTML_EL_NAMESPACE
public static final String XHTML_EL_NAMESPACE
- See Also:
- Constant Field Values
XHTML_NAMESPACE
public static final String XHTML_NAMESPACE
- See Also:
- Constant Field Values
Template
public Template()
getTemplatePath
public String getTemplatePath()
setTemplatePath
public void setTemplatePath(String templatePath)
getInterface
public CompositeInterface getInterface()
- Returns:
- the interface
setInterface
public void setInterface(CompositeInterface interface1)
- Parameters:
interface1 - the interface to set
getImplementation
public CompositeImplementation getImplementation()
- Returns:
- the implementation
setImplementation
public void setImplementation(CompositeImplementation implementation)
- Parameters:
implementation - the implementation to set
isDirectiveNamespace
public static boolean isDirectiveNamespace(QName name)
isDirectiveNamespace
public static boolean isDirectiveNamespace(String namespace)
isDefaultNamespace
public static boolean isDefaultNamespace(QName name)
isDefaultNamespace
public static boolean isDefaultNamespace(String namespace)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.