|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.webapp.CacheMapping
public class CacheMapping
Configuration for a cache-mapping.
Constructor Summary | |
---|---|
CacheMapping()
Creates the path mapping. |
Method Summary | |
---|---|
long |
getMaxAge()
Gets the expires period. |
long |
getSMaxAge()
Gets the expires period. |
java.lang.String |
getUrlPattern()
Gets the urlPattern. |
java.lang.String |
getUrlRegexp()
Sets the urlRegexp |
void |
init()
Init |
void |
setExpires(Period period)
Sets the period |
void |
setMaxAge(Period period)
Sets the period |
void |
setSMaxAge(Period period)
Sets the period |
void |
setUrlPattern(java.lang.String urlPattern)
Sets the urlPattern |
void |
setUrlRegexp(java.lang.String urlRegexp)
Sets the urlRegexp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheMapping()
Method Detail |
---|
public void setUrlPattern(java.lang.String urlPattern)
public java.lang.String getUrlPattern()
public void setUrlRegexp(java.lang.String urlRegexp)
public java.lang.String getUrlRegexp()
public void setExpires(Period period)
public void setMaxAge(Period period)
public long getMaxAge()
public void setSMaxAge(Period period)
public long getSMaxAge()
@PostConstruct public void init() throws ServletException
ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |