Uses of Class
org.apache.tapestry5.services.StreamPageContent
-
Packages that use StreamPageContent Package Description org.apache.tapestry5.corelib.components The set of core components available in all Tapestry applicationsorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.services Core services -
-
Uses of StreamPageContent in org.apache.tapestry5.corelib.components
Fields in org.apache.tapestry5.corelib.components declared as StreamPageContent Modifier and Type Field Description static StreamPageContent
Form. STREAM_ACTIVE_PAGE_CONTENT
-
Uses of StreamPageContent in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services with parameters of type StreamPageContent Modifier and Type Method Description void
StreamPageContentResultProcessor. processResultValue(StreamPageContent value)
-
Uses of StreamPageContent in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return StreamPageContent Modifier and Type Method Description StreamPageContent
StreamPageContent. withoutActivation()
Returns a new StreamPageInstance with the bypass activation flag set to true, such that page activation will be bypassed when the page is rendered.
-