Class GalleryActionBean

java.lang.Object
sk.iway.iwcm.system.stripes.WebJETActionBean
sk.iway.iwcm.gallery.GalleryActionBean
All Implemented Interfaces:
net.sourceforge.stripes.action.ActionBean

public class GalleryActionBean extends WebJETActionBean
  • Constructor Details

    • GalleryActionBean

      public GalleryActionBean()
  • Method Details

    • defaultEvent

      @DefaultHandler public net.sourceforge.stripes.action.Resolution defaultEvent()
    • getPerexGroup

      public String getPerexGroup()
    • setPerexGroup

      public void setPerexGroup(String perexGroup)
    • getDir

      public String getDir()
    • setDir

      public void setDir(String dir)
    • isRecursive

      public boolean isRecursive()
    • setRecursive

      public void setRecursive(boolean recursive)
    • getOrderBy

      public String getOrderBy()
    • setOrderBy

      public void setOrderBy(String orderBy)
    • getOrderDirection

      public String getOrderDirection()
    • setOrderDirection

      public void setOrderDirection(String orderDirection)
    • getPhotoList

      public List<GalleryBean> getPhotoList()
    • setPhotoList

      public void setPhotoList(List<GalleryBean> photoList)
    • getPagination

      public boolean getPagination()
    • getItemsCount

      public int getItemsCount()
    • setItemsCount

      public void setItemsCount(int itemsCount)
    • getItemsOnPage

      public int getItemsOnPage()
    • setItemsOnPage

      public void setItemsOnPage(int itemsOnPage)
    • getStyle

      public String getStyle()
    • setStyle

      public void setStyle(String style)
    • getStyles

      public List<Pair<String,String>> getStyles()
    • getAlsoTags

      public boolean getAlsoTags()
    • saveImage

      public net.sourceforge.stripes.action.Resolution saveImage()
      Save image from pixabay URL into WebJET
      Returns:
    • getimg

      public String getimg()
    • setImg

      public void setImg(String img)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(int height)
    • getVirtualPath

      public String getVirtualPath()
    • setVirtualPath

      public void setVirtualPath(String virtualPath)
    • isShortDescription

      public boolean isShortDescription()
    • setShortDescription

      public void setShortDescription(boolean shortDescription)
    • isLongDescription

      public boolean isLongDescription()
    • setLongDescription

      public void setLongDescription(boolean longDescription)
    • isAuthor

      public boolean isAuthor()
    • setAuthor

      public void setAuthor(boolean author)
    • getImagesInRow

      public int getImagesInRow()
    • setImagesInRow

      public void setImagesInRow(int imagesInRow)
    • isThumbsShortDescription

      public boolean isThumbsShortDescription()
    • setThumbsShortDescription

      public void setThumbsShortDescription(boolean thumbsShortDescription)