Package org.cyclos.server.utils
Class ReservedUris
- java.lang.Object
-
- org.cyclos.server.utils.ReservedUris
-
public final class ReservedUris extends Object
Contains the paths which are reserved for known folders / resources under the Cyclos web application
-
-
Constructor Summary
Constructors Constructor Description ReservedUris()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>all()Returns all reserved pathsstatic List<String>internal()Returns a list with all internally-reserved pathsstatic booleanisReserved(String name)Returns whether the given name is a reserved pathstatic booleanisStatic(String name)Returns whether the given name is a static pathstatic List<String>staticUris()Returns a list with the URIs that are static content
-