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 classLinkToRendereruser for create a link to a renderer (jsp file).Fields in org.javlo.bean declared as ParentLink Modifier and Type Field Description protected ParentLinkParentLink. parentFields in org.javlo.bean with type parameters of type ParentLink Modifier and Type Field Description protected List<? extends ParentLink>ParentLink. childrenMethods in org.javlo.bean that return ParentLink Modifier and Type Method Description ParentLinkParentLink. 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 voidParentLink. setParent(ParentLink parent)Method parameters in org.javlo.bean with type arguments of type ParentLink Modifier and Type Method Description voidParentLink. 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 ParentLinkTemplateContext. ALL_TEMPLATES_LINKstatic ParentLinkTemplateContext. HIERARCHY_LINKstatic ParentLinkTemplateContext. MY_TEMPLATES_LINKMethods in org.javlo.module.template that return types with arguments of type ParentLink Modifier and Type Method Description List<ParentLink>TemplateContext. getLocalNavigation()
-