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