org.apache.cocoon.sitemap
Interface Invocation
- All Known Implementing Classes:
- InvocationImpl
public interface Invocation
execute
void execute()
throws Exception
- Throws:
Exception
getOutputStream
OutputStream getOutputStream()
getParameter
Object getParameter(String name)
getParameters
Map<String,Object> getParameters()
getRequestURI
String getRequestURI()
getThrowable
Throwable getThrowable()
hasCompletePipeline
boolean hasCompletePipeline()
installAction
void installAction(String type)
installComponent
void installComponent(String type,
Map<String,? extends Object> parameters)
installPipeline
void installPipeline(String type,
Map<String,? extends Object> parameters)
isErrorInvocation
boolean isErrorInvocation()
reset
void reset()
resolve
URL resolve(String resource)
setOutputStream
void setOutputStream(OutputStream outputStream)
setParameters
void setParameters(Map<String,Object> parameters)
setThrowable
void setThrowable(Throwable throwable)
pushSitemapParameters
void pushSitemapParameters(String nodeName,
Map<String,? extends Object> sitemapParameters)
popSitemapParameters
void popSitemapParameters()
resolveParameter
String resolveParameter(String parameter)
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.