Package org.javlo.service.shared
Class SharedContentAction.SharedContentBean
- java.lang.Object
-
- org.javlo.service.shared.SharedContentAction.SharedContentBean
-
- Enclosing class:
- SharedContentAction
public static class SharedContentAction.SharedContentBean extends Object
-
-
Constructor Summary
Constructors Constructor Description SharedContentBean(ContentContext ctx, ISharedContentProvider inContentProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getCategories()
int
getCategoriesSize()
Collection<SharedContent>
getContent()
int
getContentSize()
String
getName()
String
getType()
URL
getURL()
boolean
isActive()
boolean
isEmpty()
boolean
isSearch()
void
setActive(boolean active)
-
-
-
Constructor Detail
-
SharedContentBean
public SharedContentBean(ContentContext ctx, ISharedContentProvider inContentProvider)
-
-
Method Detail
-
getName
public String getName()
-
getURL
public URL getURL()
-
getContent
public Collection<SharedContent> getContent()
-
isSearch
public boolean isSearch()
-
isEmpty
public boolean isEmpty()
-
getType
public String getType()
-
isActive
public boolean isActive()
-
setActive
public void setActive(boolean active)
-
getContentSize
public int getContentSize()
-
getCategoriesSize
public int getCategoriesSize()
-
-