org.apache.jetspeed.decoration
Interface ResourceValidator


public interface ResourceValidator

Validates whether or not a resource exists.

Author:
Scott T. Weaver

Method Summary
 boolean resourceExists(String path)
          Validates whether or not a resource exists.
 

Method Detail

resourceExists

boolean resourceExists(String path)
Validates whether or not a resource exists.

Parameters:
path - Path to verify.
Returns:
true if a resource exists at the path specified, otherwise returns false.


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.