Uses of Record Class
org.jweaver.crawler.internal.result.PageLink
Packages that use PageLink
-
Uses of PageLink in org.jweaver.crawler.internal.result
Methods in org.jweaver.crawler.internal.result that return types with arguments of type PageLinkModifier and TypeMethodDescriptionSuccessResultPage.linkSet()
Returns the value of thelinkSet
record component.Methods in org.jweaver.crawler.internal.result with parameters of type PageLinkModifier and TypeMethodDescriptionstatic ErrorResultPage
Creates an ErrorResultPage instance based on the provided PageLink and error content.static SuccessResultPage
Creates a SuccessResultPage instance based on the provided PageLink, title, content, and link set.Method parameters in org.jweaver.crawler.internal.result with type arguments of type PageLinkModifier and TypeMethodDescriptionstatic SuccessResultPage
Creates a SuccessResultPage instance based on the provided PageLink, title, content, and link set.Constructor parameters in org.jweaver.crawler.internal.result with type arguments of type PageLink