This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.trelta.commons.web; | |
import java.io.File; | |
import org.apache.commons.io.FilenameUtils; | |
import com.trelta.commons.utils.constants.Settings; | |
/** | |
* Cache Buster which appends the last modified time of a file to it's name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Root is hotel | |
{ | |
status : "ok", | |
statusCode : 200, | |
hotels : [{ | |
name : "Taj Palace", | |
location : { | |
lat : 12 | |
lng : 77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Use Non-ASCII Font" : true, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { | |
"Green Component" : 0.86277559999999998, | |
"Red Component" : 0.71165029999999996, | |
"Blue Component" : 0.9982605 | |
}, |