org.apache.cocoon.components.language.markup.xsp
Class XSPSessionFwHelper

java.lang.Object
  extended by org.apache.cocoon.components.language.markup.xsp.XSPSessionFwHelper

Deprecated. This block is deprecated and will be removed in future versions.

public class XSPSessionFwHelper
extends Object

The Session-fw object helper

Since:
2.1.1
Version:
CVS $Id: XSPSessionFwHelper.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Antonio Gallardo

Constructor Summary
XSPSessionFwHelper()
          Deprecated.  
 
Method Summary
static DocumentFragment getXML(ComponentManager cm, String context, String path)
          Deprecated. GetXML Fragment from the given session context and path
static String getXMLAsString(ComponentManager cm, String context, String path)
          Deprecated. GetXML Fragment from the given session context and path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSPSessionFwHelper

public XSPSessionFwHelper()
Deprecated. 
Method Detail

getXML

public static DocumentFragment getXML(ComponentManager cm,
                                      String context,
                                      String path)
                               throws ProcessingException
Deprecated. 
GetXML Fragment from the given session context and path

Parameters:
cm - The ComponentManager
context - The Session context tha define where to search
path - The parameter path
Throws:
ProcessingException

getXMLAsString

public static String getXMLAsString(ComponentManager cm,
                                    String context,
                                    String path)
                             throws ProcessingException
Deprecated. 
GetXML Fragment from the given session context and path

Parameters:
cm - The ComponentManager
context - The Session context tha define where to search
path - The parameter path
Throws:
ProcessingException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.