Package org.ametys.web.minimize
Class TemplatesJSASSResourceURI
java.lang.Object
org.ametys.web.minimize.TemplatesJSASSResourceURI
- All Implemented Interfaces:
JSASSResourceURI,Contextualizable,Serviceable
public class TemplatesJSASSResourceURI
extends Object
implements JSASSResourceURI, Contextualizable, Serviceable
JSASS Resource URI for skins' templates URI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextualize(Context context) Resolve the URI, or returns null if the URI is not supportedresolvePath(String path) Resolve a path and return the URI corresponding, or null if the path is not supportedvoidservice(ServiceManager manager)
-
Constructor Details
-
TemplatesJSASSResourceURI
public TemplatesJSASSResourceURI()
-
-
Method Details
-
contextualize
- Specified by:
contextualizein interfaceContextualizable- Throws:
ContextException
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
resolve
Description copied from interface:JSASSResourceURIResolve the URI, or returns null if the URI is not supported- Specified by:
resolvein interfaceJSASSResourceURI- Parameters:
uri- The URI- Returns:
- The resolved URI
- Throws:
URISyntaxException- If the URI is not supported
-
resolvePath
Description copied from interface:JSASSResourceURIResolve a path and return the URI corresponding, or null if the path is not supported- Specified by:
resolvePathin interfaceJSASSResourceURI- Parameters:
path- The path- Returns:
- The URI
-