クラス ContentCache
java.lang.Object
org.iplass.mtp.impl.web.actionmapping.cache.ContentCache
- すべての実装されたインタフェース:
Serializable
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidaddContent(ContentBlock contentBlock) voidvoidaddRelatedEntity(String entityName, String oid) longlonggetKey()longgetLastModified(WebInvocationImpl invocation, ContentCacheContext cc, String lang) voidvoidvoidsetContent(List<ContentBlock> content) voidsetContentType(String contentType) voidsetExpires(long expires) voidvoidsetHttpStatus(Integer httpStatus) voidsetLayoutActionName(String layoutActionName) voidsetRelatedEntityName(Set<String> relatedEntityName) voidsetRelatedEntityNameAndOid(Set<String> relatedEntityNameAndOid) voidwrite(WebInvocationImpl webInvocation) voidwriteContent(WebRequestStack request)
-
コンストラクタの詳細
-
ContentCache
-
-
メソッドの詳細
-
getEtag
-
getLastModified
-
getRelatedEntityName
-
setRelatedEntityName
-
getRelatedEntityNameAndOid
-
setRelatedEntityNameAndOid
-
addRelatedEntity
-
getLayoutActionName
-
setLayoutActionName
-
getCreationTime
public long getCreationTime() -
resetResponseData
public void resetResponseData() -
resetContents
public void resetContents() -
getHttpStatus
-
setHttpStatus
-
getContentType
-
setContentType
-
getHeader
-
setHeader
-
addHeader
-
getContent
-
setContent
-
addContent
-
getExpires
public long getExpires() -
setExpires
public void setExpires(long expires) -
getKey
-
getActionName
-
write
public void write(WebInvocationImpl webInvocation) throws IOException, jakarta.servlet.ServletException - 例外:
IOExceptionjakarta.servlet.ServletException
-
writeContent
public void writeContent(WebRequestStack request) throws IOException, jakarta.servlet.ServletException - 例外:
IOExceptionjakarta.servlet.ServletException
-