All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.jetspeed.portlet.PortletAdapter Maven / Gradle / Ivy

package org.apache.jetspeed.portlet;

public abstract class PortletAdapter {

    public void init(PortletConfig config) throws UnavailableException {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy