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

de.mhus.lib.portlet.resource.AbstractResource Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package de.mhus.lib.portlet.resource;

import javax.portlet.ResourceRequest;

import de.mhus.lib.core.IProperties;

/**
 * 

Abstract AbstractResource class.

* * @author mikehummel * @version $Id: $Id */ public abstract class AbstractResource implements Resource { /** {@inheritDoc} */ @Override public synchronized IProperties createProperties(ResourceRequest request) { ResourceProperties properties = new ResourceProperties(request); return properties; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy