method org.apache.roller.weblogger.ui.struts2.util. UIAction__static_init










method void org.apache.roller.weblogger.ui.struts2.util. UIAction()
postthis.actionName == null
postthis.actionWeblog == null
postthis.authenticatedUser == null
postthis.desiredMenu == null
postthis.pageTitle == null
postthis.weblog == null









  infomethod not available-- call on void com.opensymphony.xwork2. ActionSupport()











method void myPrepare()










method bool isUserRequired()
postreturn_value == 1










method bool isWeblogRequired()
postreturn_value == 1










method String requiredUserRole()
postreturn_value == &"editor"










method short requiredWeblogPermissions()
postreturn_value == -1










method bool isUserIsAdmin()
prethis.authenticatedUser != null
postinit'ed(return_value)









  infomethod not available-- call on bool org.apache.roller.weblogger.pojos. User:hasRole(String)











method String getSiteURL()
postinit'ed(return_value)









  infomethod not available-- call on String org.apache.roller.weblogger. config.WebloggerRuntimeConfig:getRelativeContextURL ()











method String getAbsoluteSiteURL()
postinit'ed(return_value)









  infomethod not available-- call on String org.apache.roller.weblogger. config.WebloggerRuntimeConfig:getAbsoluteContextURL ()











method String getProp(String)
postinit'ed(return_value)
test_vectororg.apache.roller.weblogger.config.WebloggerConfig: getProperty(...)@113: Inverse{null}, Addr_Set{null}









  infomethod not available-- call on String org.apache.roller.weblogger. config.WebloggerConfig:getProperty(String)










  infomethod not available-- call on String org.apache.roller.weblogger. config.WebloggerRuntimeConfig:getProperty(String)











method bool getBooleanProp(String)
postinit'ed(return_value)
test_vectororg.apache.roller.weblogger.config.WebloggerConfig: getProperty(...)@123: Inverse{null}, Addr_Set{null}









  infomethod not available-- call on String org.apache.roller.weblogger. config.WebloggerConfig:getProperty(String)










  infomethod not available-- call on String org.apache.roller.weblogger. config.WebloggerRuntimeConfig:getProperty(String)











method int getIntProp(String)
postinit'ed(return_value)
test_vectororg.apache.roller.weblogger.config.WebloggerConfig: getProperty(...)@133: Inverse{null}, Addr_Set{null}









  infomethod not available-- call on String org.apache.roller.weblogger. config.WebloggerConfig:getProperty(String)










  infomethod not available-- call on String org.apache.roller.weblogger. config.WebloggerRuntimeConfig:getProperty(String)











method void addError(String)









  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)
  infomethod not available-- call on void org.apache.roller.weblogger.ui. struts2.util.UIAction:addActionError(String)











method void addError(String, String)









  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String, String, String)
  infomethod not available-- call on void org.apache.roller.weblogger.ui. struts2.util.UIAction:addActionError(String)











method void addError(String, List)









  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String, List)
  infomethod not available-- call on void org.apache.roller.weblogger.ui. struts2.util.UIAction:addActionError(String)











method bool errorsExist()
postinit'ed(return_value)









  infomethod not available-- call on bool org.apache.roller.weblogger.ui. struts2.util.UIAction:hasActionErrors()











method void addMessage(String)









  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)
  infomethod not available-- call on void org.apache.roller.weblogger.ui. struts2.util.UIAction:addActionMessage(String)











method void addMessage(String, String)









  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String, String, String)
  infomethod not available-- call on void org.apache.roller.weblogger.ui. struts2.util.UIAction:addActionMessage(String)











method void addMessage(String, List)









  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String, List)
  infomethod not available-- call on void org.apache.roller.weblogger.ui. struts2.util.UIAction:addActionMessage(String)











method bool messagesExist()
postinit'ed(return_value)









  infomethod not available-- call on bool org.apache.roller.weblogger.ui. struts2.util.UIAction:hasActionMessages()











method User getAuthenticatedUser()
preinit'ed(this.authenticatedUser)
postreturn_value == this.authenticatedUser
postinit'ed(return_value)










method void setAuthenticatedUser(User)
postthis.authenticatedUser == authenticatedUser
postinit'ed(this.authenticatedUser)










method Weblog getActionWeblog()
preinit'ed(this.actionWeblog)
postreturn_value == this.actionWeblog
postinit'ed(return_value)










method void setActionWeblog(Weblog)
postthis.actionWeblog == workingWeblog
postinit'ed(this.actionWeblog)










method String getWeblog()
preinit'ed(this.weblog)
postreturn_value == this.weblog
postinit'ed(return_value)










method void setWeblog(String)
postthis.weblog == weblog
postinit'ed(this.weblog)










method String getPageTitle()
preinit'ed(this.pageTitle)
postinit'ed(return_value)









  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)











method void setPageTitle(String)
postthis.pageTitle == pageTitle
postinit'ed(this.pageTitle)










method String getActionName()
preinit'ed(this.actionName)
postreturn_value == this.actionName
postinit'ed(return_value)










method void setActionName(String)
postthis.actionName == actionName
postinit'ed(this.actionName)










method String getDesiredMenu()
preinit'ed(this.desiredMenu)
postreturn_value == this.desiredMenu
postinit'ed(return_value)










method void setDesiredMenu(String)
postthis.desiredMenu == desiredMenu
postinit'ed(this.desiredMenu)










method Menu getMenu()
preinit'ed(this.actionName)
preinit'ed(this.actionWeblog)
preinit'ed(this.authenticatedUser)
preinit'ed(this.desiredMenu)
postinit'ed(return_value)









  infomethod not available-- call on Menu org.apache.roller.weblogger.ui. core.util.menu.MenuHelper:getMenu(String, String, User, Weblog)











method String getShortDateFormat()
postinit'ed(return_value)









  infomethod not available-- call on Locale org.apache.roller.weblogger.ui. struts2.util.UIAction:getLocale()











method String getMediumDateFormat()
postinit'ed(return_value)









  infomethod not available-- call on Locale org.apache.roller.weblogger.ui. struts2.util.UIAction:getLocale()











method List getLocalesList()
postinit'ed(return_value)










method List getTimeZonesList()
postinit'ed(return_value)










method List getHoursList()
postreturn_value == &new ArrayList(getHoursList#1)
postnew ArrayList(getHoursList#1) num objects == 1










method List getMinutesList()
postreturn_value == &new ArrayList(getMinutesList#1 )
postnew ArrayList(getMinutesList#1) num objects == 1










method List getSecondsList()
postreturn_value == &new ArrayList(getMinutesList#1 )
postnew ArrayList(getMinutesList#1) num objects == 1
unanalyzedcall on java.util.ArrayList
unanalyzedcall on java.util.List:add
unanalyzedcall on java.lang.Integer:valueOf










method List getCommentDaysList()
postreturn_value == &new ArrayList(getCommentDaysLi st#1)
postnew ArrayList(getCommentDaysList#1) num objects == 1









  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)










  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)










  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)










  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)










  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)










  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)










  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)










  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)










  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)










  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)










  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)










  infomethod not available-- call on String org.apache.roller.weblogger.ui. struts2.util.UIAction:getText(String)