Uses of Class
com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.Link
-
-
Uses of Link in com.trivago.cluecumber.engine.constants
Fields in com.trivago.cluecumber.engine.constants with type parameters of type Link Modifier and Type Field Description static List<Link>Navigation. internalLinks -
Uses of Link in com.trivago.cluecumber.engine.properties
Methods in com.trivago.cluecumber.engine.properties that return types with arguments of type Link Modifier and Type Method Description List<Link>PropertyManager. getNavigationLinks() -
Uses of Link in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return types with arguments of type Link Modifier and Type Method Description List<Link>PageCollection. getNavigationLinks()Method parameters in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with type arguments of type Link Modifier and Type Method Description voidPageCollection. setNavigationLinks(List<Link> links) -
Uses of Link in com.trivago.cluecumber.engine.rendering.pages.renderering
Method parameters in com.trivago.cluecumber.engine.rendering.pages.renderering with type arguments of type Link Modifier and Type Method Description StringStartPageRenderer. getRenderedContent(freemarker.template.Template template, StartPageCollection startPageCollection, List<Link> navigation)
-