Package org.apache.cocoon.portal.util

Examples of org.apache.cocoon.portal.util.InputModuleHelper


    /**
     * @see org.apache.avalon.framework.service.Serviceable#service(org.apache.avalon.framework.service.ServiceManager)
     */
    public void service(ServiceManager manager) throws ServiceException {
        this.manager = manager;
        this.imHelper = new InputModuleHelper(manager);
    }
View Full Code Here

TOP

Related Classes of org.apache.cocoon.portal.util.InputModuleHelper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.