Uses of Class
org.javlo.bean.Link
-
-
Uses of Link in org.javlo.bean
Subclasses of Link in org.javlo.bean Modifier and Type Class Description class
LinkToRenderer
user for create a link to a renderer (jsp file).class
ParentLink
represent a link with children. -
Uses of Link in org.javlo.component.dynamic
Methods in org.javlo.component.dynamic that return types with arguments of type Link Modifier and Type Method Description Collection<Link>
DynamicComponent. getAllResourcesLinks(ContentContext ctx)
-
Uses of Link in org.javlo.component.files
Methods in org.javlo.component.files that return types with arguments of type Link Modifier and Type Method Description Collection<Link>
AbstractFileComponent. getAllResourcesLinks(ContentContext ctx)
-
Uses of Link in org.javlo.component.links
Methods in org.javlo.component.links that return types with arguments of type Link Modifier and Type Method Description Collection<Link>
SmartPageBean. getLinks()
Collection<Link>
SmartPageBean. getStaticResources()
-
Uses of Link in org.javlo.component.multimedia
Methods in org.javlo.component.multimedia that return types with arguments of type Link Modifier and Type Method Description Collection<Link>
Multimedia. getAllResourcesLinks(ContentContext ctx)
-
Uses of Link in org.javlo.fields
Methods in org.javlo.fields that return types with arguments of type Link Modifier and Type Method Description Collection<Link>
FieldFile. getAllResourcesLinks(ContentContext ctx)
-
Uses of Link in org.javlo.module.dashboard
Fields in org.javlo.module.dashboard declared as Link Modifier and Type Field Description Link
ReportBean. sameTitlePage1
Link
ReportBean. sameTitlePage2
Fields in org.javlo.module.dashboard with type parameters of type Link Modifier and Type Field Description List<Link>
ReportBean. badExternalLinkPages
List<Link>
ReportBean. badInternalLinkPages
List<Link>
ReportBean. badResourceLinkPages
List<Link>
ReportBean. emptyLinkPages
List<Link>
ReportBean. noDescriptionPages
List<Link>
ReportBean. noTitlePages
Methods in org.javlo.module.dashboard that return Link Modifier and Type Method Description Link
ReportBean. getSameTitlePage1()
Link
ReportBean. getSameTitlePage2()
Methods in org.javlo.module.dashboard that return types with arguments of type Link Modifier and Type Method Description List<Link>
ReportBean. getBadExternalLinkPages()
List<Link>
ReportBean. getBadInternalLinkPages()
List<Link>
ReportBean. getBadResourceLinkPages()
List<Link>
ReportBean. getNoDescriptionPages()
List<Link>
ReportBean. getNoTitlePages()
Method parameters in org.javlo.module.dashboard with type arguments of type Link Modifier and Type Method Description void
ReportBean. setNoDescriptionPages(List<Link> noDescriptionPages)
void
ReportBean. setNoTitlePages(List<Link> noTitlePages)
-
Uses of Link in org.javlo.module.file
Methods in org.javlo.module.file that return types with arguments of type Link Modifier and Type Method Description List<Link>
FileBean. getComponentWithReference()
-
Uses of Link in org.javlo.navigation
Methods in org.javlo.navigation that return types with arguments of type Link Modifier and Type Method Description Collection<Link>
MenuElement. getStaticResources(ContentContext ctx)
Collection<Link>
MenuElement.SmartPageDescription. getStaticResources()
Collection<Link>
PageDescription. getStaticResources()
-
Uses of Link in org.javlo.ztatic
Methods in org.javlo.ztatic that return types with arguments of type Link Modifier and Type Method Description Collection<Link>
IStaticContainer. getAllResourcesLinks(ContentContext ctx)
create link to resources.
-