Package | Description |
---|---|
org.apache.catalina.filters |
Modifier and Type | Method and Description |
---|---|
ExpiresFilter.ExpiresConfiguration |
ExpiresFilter.getDefaultExpiresConfiguration() |
protected ExpiresFilter.ExpiresConfiguration |
ExpiresFilter.parseExpiresConfiguration(String inputLine)
Parse configuration lines like '
access plus 1 month 15 days 2 hours' or '
modification 1 day 2 hours 5 seconds'
|
Modifier and Type | Method and Description |
---|---|
Map<String,ExpiresFilter.ExpiresConfiguration> |
ExpiresFilter.getExpiresConfigurationByContentType() |
Modifier and Type | Method and Description |
---|---|
protected Date |
ExpiresFilter.getExpirationDate(ExpiresFilter.ExpiresConfiguration configuration,
ExpiresFilter.XHttpServletResponse response)
Returns the expiration date of the given
ExpiresFilter.ExpiresConfiguration ,
HttpServletRequest and ExpiresFilter.XHttpServletResponse . |
void |
ExpiresFilter.setDefaultExpiresConfiguration(ExpiresFilter.ExpiresConfiguration defaultExpiresConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
ExpiresFilter.setExpiresConfigurationByContentType(Map<String,ExpiresFilter.ExpiresConfiguration> expiresConfigurationByContentType) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.