|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.sitemap.InvocationImpl
public class InvocationImpl
Nested Class Summary | |
---|---|
class |
InvocationImpl.UnsupportedExpressionLanguageException
|
class |
InvocationImpl.VariableNotFoundException
|
Constructor Summary | |
---|---|
InvocationImpl()
|
|
InvocationImpl(OutputStream outputStream)
Create a InvocationImpl object using the given output stream. |
|
InvocationImpl(OutputStream outputStream,
String requestURI)
Create a InvocationImpl object using the given output stream and
requestURI. |
|
InvocationImpl(OutputStream outputStream,
String requestURI,
Map<String,Object> parameters)
Create a InvocationImpl object using the given output stream,
requestURI and parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvocationImpl()
public InvocationImpl(OutputStream outputStream)
InvocationImpl
object using the given output stream.
outputStream
- The OutputStream
where the result is written
to.public InvocationImpl(OutputStream outputStream, String requestURI)
InvocationImpl
object using the given output stream and
requestURI.
outputStream
- The OutputStream
where the result is written
to.requestURI
- The requested path.public InvocationImpl(OutputStream outputStream, String requestURI, Map<String,Object> parameters)
InvocationImpl
object using the given output stream,
requestURI and parameters.
outputStream
- The OutputStream
where the result is written
to.requestURI
- The requested path.parameters
- A Map
of parameters that are used when the
pipeline is being executed.Method Detail |
---|
public void reset()
reset
in interface Invocation
Invocation.reset()
public void execute() throws Exception
execute
in interface Invocation
Exception
Invocation.execute()
public OutputStream getOutputStream()
getOutputStream
in interface Invocation
Invocation.getOutputStream()
public Object getParameter(String name)
getParameter
in interface Invocation
Invocation.getParameter(java.lang.String)
public Map<String,Object> getParameters()
getParameters
in interface Invocation
Invocation.getParameters()
public String getRequestURI()
getRequestURI
in interface Invocation
Invocation.getRequestURI()
public Throwable getThrowable()
getThrowable
in interface Invocation
Invocation.getThrowable()
public boolean hasCompletePipeline()
hasCompletePipeline
in interface Invocation
Invocation.hasCompletePipeline()
public void installAction(String type, Map<String,? extends Object> parameters)
installAction
in interface Invocation
org.apache.cocoon.sitemap.Invocation#installAction(java.lang.String)
public void installComponent(String type, Map<String,? extends Object> componentParameters)
installComponent
in interface Invocation
Invocation.installComponent(java.lang.String,
java.util.Map)
public void installPipeline(String type, boolean internalOnly, Map<String,? extends Object> componentParameters)
installPipeline
in interface Invocation
org.apache.cocoon.sitemap.Invocation#installPipeline(java.lang.String,
java.util.Map)
public boolean isErrorInvocation()
isErrorInvocation
in interface Invocation
Invocation.isErrorInvocation()
public void popSitemapParameters()
popSitemapParameters
in interface Invocation
Invocation.popSitemapParameters()
public void pushSitemapParameters(String nodeName, Map<String,? extends Object> sitemapParameters)
pushSitemapParameters
in interface Invocation
Invocation.pushSitemapParameters(java.lang.String,
java.util.Map)
public URL resolve(String resource)
resolve
in interface Invocation
Invocation.resolve(java.lang.String)
public void setComponentProvider(ComponentProvider componentProvider)
public void setOutputStream(OutputStream outputStream)
setOutputStream
in interface Invocation
Invocation.setOutputStream(java.io.OutputStream)
public void setParameters(Map<String,Object> parameters)
setParameters
in interface Invocation
Invocation.setParameters(java.util.Map)
public void setRequestURI(String requestURI)
public void setThrowable(Throwable throwable)
setThrowable
in interface Invocation
Invocation.setThrowable(java.lang.Throwable)
public Object resolveParameter(String parameter)
resolveParameter
in interface Invocation
Invocation.resolveParameter(java.lang.String)
public void setBaseURL(URL baseURL)
public void setObjectModel(ObjectModel objectModel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |