@Label(value="Facelet") public interface JsfFaceletDescriptor extends JsfDescriptor, com.buschmais.jqassistant.plugin.common.api.model.FileDescriptor
Modifier and Type | Method and Description |
---|---|
Set<JsfFaceletDescriptor> |
getIncludes()
Included JSF Templates.
|
JsfFaceletDescriptor |
getTemplate()
If the current
JsfFaceletDescriptor links to a template it can
requested with this method. |
void |
setIncludes(Set<JsfFaceletDescriptor> includes)
Sets a set of included files.
|
void |
setTemplate(JsfFaceletDescriptor template)
Sets a Template Descriptor.
|
@Relation(value="INCLUDES") Set<JsfFaceletDescriptor> getIncludes()
JsfFaceletDescriptor
that are included in the
current template.void setIncludes(Set<JsfFaceletDescriptor> includes)
includes
- the descriptors of the files.@Relation(value="WITH_TEMPLATE") JsfFaceletDescriptor getTemplate()
JsfFaceletDescriptor
links to a template it can
requested with this method.JsfFaceletDescriptor
of the Template or
null
void setTemplate(JsfFaceletDescriptor template)
template
- the JsfFaceletDescriptor
Copyright © 2016 buschmais GbR. All rights reserved.