org.apache.cocoon.sitemap.util
Class ParameterHelper

java.lang.Object
  extended by org.apache.cocoon.sitemap.util.ParameterHelper

public class ParameterHelper
extends Object


Constructor Summary
ParameterHelper()
           
 
Method Summary
static Throwable getThrowable(Map<String,? extends Object> parameters)
           
static void setThrowable(Map<String,Object> parameters, Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterHelper

public ParameterHelper()
Method Detail

getThrowable

public static Throwable getThrowable(Map<String,? extends Object> parameters)

setThrowable

public static void setThrowable(Map<String,Object> parameters,
                                Throwable throwable)


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