|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface HttpFileCache
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
String |
getFileCachingEnabled()
Deprecated. Gets the value of the fileCachingEnabled property. |
String |
getFileTransmissionEnabled()
Deprecated. Gets the value of the fileTransmissionEnabled property. |
String |
getGloballyEnabled()
Deprecated. Gets the value of the globallyEnabled property. |
String |
getHashInitSize()
Deprecated. Gets the value of the hashInitSize property. |
String |
getMaxAgeInSeconds()
Deprecated. Gets the value of the maxAgeInSeconds property. |
String |
getMaxFilesCount()
Deprecated. Gets the value of the maxFilesCount property. |
String |
getMediumFileSizeLimitInBytes()
Deprecated. Gets the value of the mediumFileSizeLimitInBytes property. |
String |
getMediumFileSpaceInBytes()
Deprecated. Gets the value of the mediumFileSpaceInBytes property. |
String |
getSmallFileSizeLimitInBytes()
Deprecated. Gets the value of the smallFileSizeLimitInBytes property. |
String |
getSmallFileSpaceInBytes()
Deprecated. Gets the value of the smallFileSpaceInBytes property. |
void |
setFileCachingEnabled(String value)
Deprecated. Sets the value of the fileCachingEnabled property. |
void |
setFileTransmissionEnabled(String value)
Deprecated. Sets the value of the fileTransmissionEnabled property. |
void |
setGloballyEnabled(String value)
Deprecated. Sets the value of the globallyEnabled property. |
void |
setHashInitSize(String value)
Deprecated. Sets the value of the hashInitSize property. |
void |
setMaxAgeInSeconds(String value)
Deprecated. Sets the value of the maxAgeInSeconds property. |
void |
setMaxFilesCount(String value)
Deprecated. Sets the value of the maxFilesCount property. |
void |
setMediumFileSizeLimitInBytes(String value)
Deprecated. Sets the value of the mediumFileSizeLimitInBytes property. |
void |
setMediumFileSpaceInBytes(String value)
Deprecated. Sets the value of the mediumFileSpaceInBytes property. |
void |
setSmallFileSizeLimitInBytes(String value)
Deprecated. Sets the value of the smallFileSizeLimitInBytes property. |
void |
setSmallFileSpaceInBytes(String value)
Deprecated. Sets the value of the smallFileSpaceInBytes property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
String getGloballyEnabled()
String
void setGloballyEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getFileCachingEnabled()
String
void setFileCachingEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=0L) @Max(value=2147483647L) String getMaxAgeInSeconds()
String
void setMaxAgeInSeconds(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) @Max(value=2147483647L) String getMediumFileSizeLimitInBytes()
String
void setMediumFileSizeLimitInBytes(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) @Max(value=2147483647L) String getMediumFileSpaceInBytes()
String
void setMediumFileSpaceInBytes(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) @Max(value=2147483647L) String getSmallFileSizeLimitInBytes()
String
void setSmallFileSizeLimitInBytes(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) @Max(value=2147483647L) String getSmallFileSpaceInBytes()
String
void setSmallFileSpaceInBytes(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getFileTransmissionEnabled()
String
void setFileTransmissionEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) @Max(value=2147483647L) String getMaxFilesCount()
String
void setMaxFilesCount(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=0L) @Max(value=2147483647L) String getHashInitSize()
String
void setHashInitSize(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||