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

com.firefly.utils.io.ContextResource Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.firefly.utils.io;

public interface ContextResource extends Resource {

	/**
	 * Return the path within the enclosing 'context'.
	 * 

This is typically path relative to a context-specific root directory, * e.g. a ServletContext root or a PortletContext root. */ String getPathWithinContext(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy