public interface PageRenderLinkSource
Modifier and Type | Method and Description |
---|---|
Link |
createPageRenderLink(Class pageClass)
Creates a page render link using the page's class to identify the target page, and using the pages normal
passivation context (if it has one).
|
Link |
createPageRenderLink(String pageName)
Creates a page render link using the page's normal passivation context (if it has one).
|
Link |
createPageRenderLinkWithContext(Class pageClass,
EventContext eventContext)
Creates a page render link using the page's class to identify the target page, and using an override of the
page's passivation context
|
Link |
createPageRenderLinkWithContext(Class pageClass,
Object... context)
Creates a page render link using the page's class to identify the target page, and using an override of the
page's passivation context (possibly an empty one).
|
Link |
createPageRenderLinkWithContext(String pageName,
EventContext eventContext)
Creates a page render link using an override of the page's passivation context.
|
Link |
createPageRenderLinkWithContext(String pageName,
Object... context)
Creates a page render link using an override of the page's passivation context (possibly an empty one).
|
Link createPageRenderLink(String pageName)
pageName
- name of page to create link toLink createPageRenderLinkWithContext(String pageName, Object... context)
pageName
- name of page to create link tocontext
- zero or more values to encode as the passiviation contextLink createPageRenderLinkWithContext(String pageName, EventContext eventContext)
pageName
- name of page to create link toeventContext
- the EventContext to encode as the passiviation contextLink createPageRenderLink(Class pageClass)
pageClass
- Link createPageRenderLinkWithContext(Class pageClass, Object... context)
pageClass
- context
- zero or more values to encode as the passiviation contextLink createPageRenderLinkWithContext(Class pageClass, EventContext eventContext)
pageClass
- eventContext
- the EventContext to encode as the passiviation context${project.version} - Copyright © 2003-2015 The Apache Software Foundation.