org.richfaces.cdk.templatecompiler.model
Class Template
java.lang.Object
org.richfaces.cdk.templatecompiler.model.Template
- All Implemented Interfaces:
- java.io.Serializable
public class Template
- extends java.lang.Object
- implements java.io.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 java.lang.String JSTL_CORE_NAMESPACE
- See Also:
- Constant Field Values
CDK_NAMESPACE
public static final java.lang.String CDK_NAMESPACE
- See Also:
- Constant Field Values
CDK_PASS_THROUGH_NAMESPACE
public static final java.lang.String CDK_PASS_THROUGH_NAMESPACE
- See Also:
- Constant Field Values
COMPOSITE_NAMESPACE
public static final java.lang.String COMPOSITE_NAMESPACE
- See Also:
- Constant Field Values
XHTML_EL_NAMESPACE
public static final java.lang.String XHTML_EL_NAMESPACE
- See Also:
- Constant Field Values
XHTML_NAMESPACE
public static final java.lang.String XHTML_NAMESPACE
- See Also:
- Constant Field Values
Template
public Template()
getTemplatePath
public java.lang.String getTemplatePath()
setTemplatePath
public void setTemplatePath(java.lang.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(javax.xml.namespace.QName name)
isDirectiveNamespace
public static boolean isDirectiveNamespace(java.lang.String namespace)
isDefaultNamespace
public static boolean isDefaultNamespace(javax.xml.namespace.QName name)
isDefaultNamespace
public static boolean isDefaultNamespace(java.lang.String namespace)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.