Package sk.iway.iwcm.gallery
Class GalleryActionBean
java.lang.Object
sk.iway.iwcm.system.stripes.WebJETActionBean
sk.iway.iwcm.gallery.GalleryActionBean
- All Implemented Interfaces:
net.sourceforge.stripes.action.ActionBean
-
Field Summary
Fields inherited from class sk.iway.iwcm.system.stripes.WebJETActionBean
context, RESOLUTION_CLOSE, RESOLUTION_CONTINUE, RESOLUTION_CSRF, RESOLUTION_NOT_LOGGED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.sourceforge.stripes.action.Resolution
boolean
getDir()
int
int
getimg()
int
int
boolean
getStyle()
int
getWidth()
boolean
isAuthor()
boolean
boolean
boolean
boolean
net.sourceforge.stripes.action.Resolution
Save image from pixabay URL into WebJETvoid
setAuthor
(boolean author) void
void
setHeight
(int height) void
setImagesInRow
(int imagesInRow) void
void
setItemsCount
(int itemsCount) void
setItemsOnPage
(int itemsOnPage) void
setLongDescription
(boolean longDescription) void
setOrderBy
(String orderBy) void
setOrderDirection
(String orderDirection) void
setPerexGroup
(String perexGroup) void
setPhotoList
(List<GalleryBean> photoList) void
setRecursive
(boolean recursive) void
setShortDescription
(boolean shortDescription) void
void
setThumbsShortDescription
(boolean thumbsShortDescription) void
setVirtualPath
(String virtualPath) void
setWidth
(int width) Methods inherited from class sk.iway.iwcm.system.stripes.WebJETActionBean
getContext, getCurrentUser, getRequest, getSession, isAdminLogged, isAdminLoggedWithPerms, isAnyUserLogged, prepareIncludeRequestWrapper, removeIncludeRequestWrapper, setContext, setErrorText
-
Constructor Details
-
GalleryActionBean
public GalleryActionBean()
-
-
Method Details
-
defaultEvent
@DefaultHandler public net.sourceforge.stripes.action.Resolution defaultEvent() -
getPerexGroup
-
setPerexGroup
-
getDir
-
setDir
-
isRecursive
public boolean isRecursive() -
setRecursive
public void setRecursive(boolean recursive) -
getOrderBy
-
setOrderBy
-
getOrderDirection
-
setOrderDirection
-
getPhotoList
-
setPhotoList
-
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
-
setStyle
-
getStyles
-
getAlsoTags
public boolean getAlsoTags() -
saveImage
public net.sourceforge.stripes.action.Resolution saveImage()Save image from pixabay URL into WebJET- Returns:
-
getimg
-
setImg
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getVirtualPath
-
setVirtualPath
-
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)
-