|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.blojsom.blog.BlogUser
BlogUser
Field Summary | |
protected Blog |
_blog
|
protected java.util.Map |
_flavors
|
protected java.util.Map |
_flavorToContentType
|
protected java.util.Map |
_flavorToTemplate
|
protected java.lang.String |
_id
|
protected java.util.Map |
_pluginChain
|
Constructor Summary | |
BlogUser()
Default constructor |
Method Summary | |
Blog |
getBlog()
Get the blog user's blog information |
java.util.Map |
getFlavors()
Get the supported flavors for the blog user |
java.util.Map |
getFlavorToContentType()
Get the flavor to content-type mapping for the blog user |
java.util.Map |
getFlavorToTemplate()
Get the flavor to template mapping for the blog user |
java.lang.String |
getId()
Get the blog user's id |
java.util.Map |
getPluginChain()
Return the plugin chains for the blog user |
void |
setBlog(Blog blog)
Set the blog user's blog information |
void |
setFlavors(java.util.Map flavors)
Set the supported flavors for the blog user |
void |
setFlavorToContentType(java.util.Map flavorToContentType)
Set the flavor to content-type mapping for the blog user |
void |
setFlavorToTemplate(java.util.Map flavorToTemplate)
Set the flavor to template mapping for the blog user |
void |
setId(java.lang.String id)
Set the blog user's id |
void |
setPluginChain(java.util.Map pluginChain)
Set the flavor-based plugin chains for the blog user |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String _id
protected Blog _blog
protected java.util.Map _pluginChain
protected java.util.Map _flavors
protected java.util.Map _flavorToTemplate
protected java.util.Map _flavorToContentType
Constructor Detail |
public BlogUser()
Method Detail |
public void setId(java.lang.String id)
id
- Blog user id, more commonly known as their usernamepublic java.lang.String getId()
public Blog getBlog()
Blog
informationpublic void setBlog(Blog blog)
blog
- Blog
informationpublic java.util.Map getPluginChain()
String[]
for the plugins to be
executed for that flavorpublic void setPluginChain(java.util.Map pluginChain)
pluginChain
- Map of the plugin chains for the blog user. The map will contain entries keyed on the
particular flavor with values corresponding to a String[]
for the plugins to be
executed for that flavorpublic java.util.Map getFlavors()
public void setFlavors(java.util.Map flavors)
flavors
- Map of the flavors available for this user. The map will contain entries keyed on the
particular flavor with a corresponding value set to the same keypublic java.util.Map getFlavorToTemplate()
public void setFlavorToTemplate(java.util.Map flavorToTemplate)
flavorToTemplate
- Map of the flavors available for this user. The map will contain entries keyed on the
particular flavor with a corresponding value set to the template that should be used in
rendering the flavorpublic java.util.Map getFlavorToContentType()
public void setFlavorToContentType(java.util.Map flavorToContentType)
flavorToContentType
- Map of the flavors available for this user. The map will contain entries keyed on the
particular flavor with a corresponding value set to the content-type that should be used in
rendering the flavor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |