org.apache.cocoon.portal.util
Class InputModuleHelper

java.lang.Object
  extended by org.apache.cocoon.portal.util.InputModuleHelper

public class InputModuleHelper
extends Object

Version:
$Id: InputModuleHelper.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
protected  ServiceManager manager
          Service manager.
protected  Map processedPatterns
           
protected  VariableResolverFactory variableFactory
           
 
Constructor Summary
InputModuleHelper(ServiceManager serviceManager)
           
 
Method Summary
 void dispose()
           
 VariableResolver getVariableResolver(String value)
           
 String resolve(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

protected final ServiceManager manager
Service manager.


variableFactory

protected final VariableResolverFactory variableFactory

processedPatterns

protected final Map processedPatterns
Constructor Detail

InputModuleHelper

public InputModuleHelper(ServiceManager serviceManager)
                  throws ServiceException
Throws:
ServiceException
Method Detail

dispose

public void dispose()

resolve

public String resolve(String value)
               throws ProcessingException
Throws:
ProcessingException

getVariableResolver

public VariableResolver getVariableResolver(String value)
                                     throws ProcessingException
Throws:
ProcessingException


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