Package | Description |
---|---|
org.javlo.bean | |
org.javlo.module.template |
Modifier and Type | Class and Description |
---|---|
class |
LinkToRenderer
user for create a link to a renderer (jsp file).
|
Modifier and Type | Field and Description |
---|---|
protected ParentLink |
ParentLink.parent |
Modifier and Type | Field and Description |
---|---|
protected List<? extends ParentLink> |
ParentLink.children |
Modifier and Type | Method and Description |
---|---|
ParentLink |
ParentLink.getParent() |
Modifier and Type | Method and Description |
---|---|
List<? extends ParentLink> |
ParentLink.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
ParentLink.setParent(ParentLink parent) |
Modifier and Type | Method and Description |
---|---|
void |
ParentLink.setChildren(List<? extends ParentLink> children) |
Constructor and Description |
---|
ParentLink(String url,
String title,
String label,
ParentLink parent,
List<? extends ParentLink> children) |
Constructor and Description |
---|
ParentLink(String url,
String title,
String label,
ParentLink parent,
List<? extends ParentLink> children) |
Modifier and Type | Field and Description |
---|---|
static ParentLink |
TemplateContext.ALL_TEMPLATES_LINK |
static ParentLink |
TemplateContext.HIERARCHY_LINK |
static ParentLink |
TemplateContext.MY_TEMPLATES_LINK |
Modifier and Type | Method and Description |
---|---|
List<ParentLink> |
TemplateContext.getLocalNavigation() |
Copyright © 2012-2018. All Rights Reserved.