|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UriType | |
org.apache.cocoon.ant |
Uses of UriType in org.apache.cocoon.ant |
Methods in org.apache.cocoon.ant with parameters of type UriType | |
void |
UriType.addLink(UriType uriType)
Adds a feature to the Link attribute of the UriType object |
void |
CocoonProcessorDelegate.processUri(UriType uriType)
process a single Uri, resolve followingLink internally |
protected void |
CocoonProcessorDelegate.getPage(UriType uriType,
Map parameters,
Map links,
DelayedFileOutputStream dfos)
Processes an Uri for its content. |
protected Collection |
CocoonProcessorDelegate.getLinks(UriType uriType,
Map parameters)
Gets the links attribute of the CocoonProcessorDelegate object |
void |
CocoonCrawling.setRoot(UriType uriType)
Sets the root attribute of the CocoonCrawling object |
void |
CocoonCrawling.add(UriType uriType)
Description of the Method |
Constructors in org.apache.cocoon.ant with parameters of type UriType | |
UriType(UriType parent,
String uri)
Constructor for the UriType object |
|
DelayedFileSavingEnvironment(UriType uriType,
File context,
Map attributes,
Map parameters,
Map links,
DelayedFileOutputStream dfos,
Logger log)
Constructor for the DelayedFileSavingEnvironment object It uses the default view |
|
DelayedFileSavingEnvironment(UriType uriType,
String view,
File context,
Map attributes,
Map parameters,
Map links,
DelayedFileOutputStream dfos,
Logger log)
Constructor for the DelayedFileSavingEnvironment object Cocoon's view is explictly set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |