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