Uses of Class
org.javlo.bean.ParentLink
-
Packages that use ParentLink Package Description org.javlo.bean org.javlo.module.template -
-
Uses of ParentLink in org.javlo.bean
Subclasses of ParentLink in org.javlo.bean Modifier and Type Class Description class
LinkToRenderer
user for create a link to a renderer (jsp file).Fields in org.javlo.bean declared as ParentLink Modifier and Type Field Description protected ParentLink
ParentLink. parent
Fields in org.javlo.bean with type parameters of type ParentLink Modifier and Type Field Description protected List<? extends ParentLink>
ParentLink. children
Methods in org.javlo.bean that return ParentLink Modifier and Type Method Description ParentLink
ParentLink. getParent()
Methods in org.javlo.bean that return types with arguments of type ParentLink Modifier and Type Method Description List<? extends ParentLink>
ParentLink. getChildren()
Methods in org.javlo.bean with parameters of type ParentLink Modifier and Type Method Description void
ParentLink. setParent(ParentLink parent)
Method parameters in org.javlo.bean with type arguments of type ParentLink Modifier and Type Method Description void
ParentLink. setChildren(List<? extends ParentLink> children)
Constructors in org.javlo.bean with parameters of type ParentLink Constructor Description ParentLink(String url, String title, String label, ParentLink parent, List<? extends ParentLink> children)
Constructor parameters in org.javlo.bean with type arguments of type ParentLink Constructor Description ParentLink(String url, String title, String label, ParentLink parent, List<? extends ParentLink> children)
-
Uses of ParentLink in org.javlo.module.template
Fields in org.javlo.module.template declared as ParentLink Modifier and Type Field Description static ParentLink
TemplateContext. ALL_TEMPLATES_LINK
static ParentLink
TemplateContext. HIERARCHY_LINK
static ParentLink
TemplateContext. MY_TEMPLATES_LINK
Methods in org.javlo.module.template that return types with arguments of type ParentLink Modifier and Type Method Description List<ParentLink>
TemplateContext. getLocalNavigation()
-