Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 861 Bytes

File metadata and controls

29 lines (21 loc) · 861 Bytes

Core Web Resources

Use this API to obtain web resources, like JQuery, JQuery-Mobile, Twitter Bootstrap(multiple modifications),CKeditor, Metro-UI, and others....

In order to use it, you must map our servlet on your web app's web.xml, as shown below:

webresources br.com.sourcesphere.corewebresources.servlet.ResourceServlet cacheTimeout 86400 1 webresources /webresources/*

OBS: The cache timeOut must be in seconds, and its not required. The default value is the time in seconds of one entire day