|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarkupWriterSource | |
---|---|
org.apache.tapestry.html | Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. |
org.apache.tapestry.markup |
Implementations of IMarkupWriter . |
org.apache.tapestry.portlet | Core portlet services. |
org.apache.tapestry.services | Interfaces for Tapestry-related HiveMind services. |
org.apache.tapestry.services.impl | Service implementations. |
Uses of MarkupWriterSource in org.apache.tapestry.html |
---|
Methods in org.apache.tapestry.html that return MarkupWriterSource | |
---|---|
abstract MarkupWriterSource |
Relation.getMarkupWriterSource()
|
Uses of MarkupWriterSource in org.apache.tapestry.markup |
---|
Classes in org.apache.tapestry.markup that implement MarkupWriterSource | |
---|---|
class |
MarkupWriterSourceImpl
|
Uses of MarkupWriterSource in org.apache.tapestry.portlet |
---|
Methods in org.apache.tapestry.portlet with parameters of type MarkupWriterSource | |
---|---|
void |
PortletExceptionPresenter.setMarkupWriterSource(MarkupWriterSource markupWriterSource)
|
void |
PortletRendererImpl.setMarkupWriterSource(MarkupWriterSource markupWriterSource)
|
Uses of MarkupWriterSource in org.apache.tapestry.services |
---|
Methods in org.apache.tapestry.services that return MarkupWriterSource | |
---|---|
MarkupWriterSource |
Infrastructure.getMarkupWriterSource()
|
Uses of MarkupWriterSource in org.apache.tapestry.services.impl |
---|
Fields in org.apache.tapestry.services.impl declared as MarkupWriterSource | |
---|---|
protected MarkupWriterSource |
JSONResponseBuilder._markupWriterSource
|
protected MarkupWriterSource |
DefaultResponseContributorImpl._markupWriterSource
|
Methods in org.apache.tapestry.services.impl that return MarkupWriterSource | |
---|---|
MarkupWriterSource |
InfrastructureImpl.getMarkupWriterSource()
|
Methods in org.apache.tapestry.services.impl with parameters of type MarkupWriterSource | |
---|---|
void |
JSONResponseContributorImpl.setMarkupWriterSource(MarkupWriterSource markupWriterSource)
|
void |
PrototypeResponseContributorImpl.setMarkupWriterSource(MarkupWriterSource markupWriterSource)
|
void |
DojoAjaxResponseContributorImpl.setMarkupWriterSource(MarkupWriterSource markupWriterSource)
|
void |
DefaultResponseContributorImpl.setMarkupWriterSource(MarkupWriterSource markupWriterSource)
|
Constructors in org.apache.tapestry.services.impl with parameters of type MarkupWriterSource | |
---|---|
DefaultResponseBuilder(IRequestCycle cycle,
RequestLocaleManager localeManager,
MarkupWriterSource markupWriterSource,
WebResponse webResponse,
AssetFactory assetFactory,
String namespace)
Creates a new response builder with the required services it needs to render the response when DefaultResponseBuilder.renderResponse(IRequestCycle) is called. |
|
DojoAjaxResponseBuilder(IRequestCycle cycle,
RequestLocaleManager localeManager,
MarkupWriterSource markupWriterSource,
WebResponse webResponse,
List errorPages,
AssetFactory assetFactory,
String namespace,
IEngineService pageService)
Creates a new response builder with the required services it needs to render the response when DojoAjaxResponseBuilder.renderResponse(IRequestCycle) is called. |
|
JSONResponseBuilder(IRequestCycle cycle,
RequestLocaleManager localeManager,
MarkupWriterSource markupWriterSource,
WebResponse webResponse,
WebRequest request,
AssetFactory assetFactory,
String namespace)
Creates a new response builder with the required services it needs to render the response when JSONResponseBuilder.renderResponse(IRequestCycle) is called. |
|
PrototypeResponseBuilder(IRequestCycle cycle,
RequestLocaleManager localeManager,
MarkupWriterSource markupWriterSource,
WebResponse webResponse,
AssetFactory assetFactory,
String namespace)
Creates a new response builder with the required services it needs to render the response when PrototypeResponseBuilder.renderResponse(IRequestCycle) is called. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |