package egovframework.com.cmm; import egovframework.rte.ptl.mvc.tags.ui.pagination.AbstractPaginationRenderer; public class SecretImagePaginationRenderer extends AbstractPaginationRenderer { public SecretImagePaginationRenderer() { firstPageLabel = "\"처음\"/"; previousPageLabel = "\"이전\"/"; currentPageLabel = "{0}"; otherPageLabel = "{2}"; nextPageLabel = "\"다음\"/"; lastPageLabel = "\"마지막\"/"; } }