org.apache.cocoon.sitemap.action
Interface Action

All Known Implementing Classes:
ErrorThrowingAction

public interface Action


Method Summary
 void execute()
           
 void setConfiguration(Map<String,? extends Object> configuration)
           
 void setup(Map<String,Object> parameters)
           
 

Method Detail

setConfiguration

void setConfiguration(Map<String,? extends Object> configuration)

setup

void setup(Map<String,Object> parameters)
           throws Exception
Throws:
Exception

execute

void execute()
             throws Exception
Throws:
Exception


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.