org.activemath.webapp.base
Class AppModel
java.lang.Object
org.activemath.webapp.base.AppModel
- All Implemented Interfaces:
- Map
public class AppModel
- extends Object
- implements Map
Describe me!
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
AppModel
public AppModel()
setAppSession
public void setAppSession(AppSession appSession)
getAppSession
public AppSession getAppSession()
setUser
public void setUser(User value)
getUser
public User getUser()
setLanguage
public void setLanguage(String value)
getLanguage
public String getLanguage()
setOutputFormat
public void setOutputFormat(String value)
getOutputFormat
public String getOutputFormat()
setAppRoot
public void setAppRoot(String value)
getAppRoot
public String getAppRoot()
setVmRoot
public void setVmRoot(String value)
getVmRoot
public String getVmRoot()
setSkin
public void setSkin(Skin value)
getSkin
public Skin getSkin()
setAppContext
public void setAppContext(AppContext value)
getAppContext
public AppContext getAppContext()
setBook
public void setBook(Book value)
getBook
public Book getBook()
setPage
public void setPage(Page value)
getPage
public Page getPage()
setI18nTool
public void setI18nTool(I18nTool value)
getI18nTool
public I18nTool getI18nTool()
setUrlTool
public void setUrlTool(UrlTool value)
getUrlTool
public UrlTool getUrlTool()
setLinkTool
public void setLinkTool(LinkTool value)
getLinkTool
public LinkTool getLinkTool()
setTransformTool
public void setTransformTool(TransformTool value)
getTransformTool
public TransformTool getTransformTool()
setTimerTool
public void setTimerTool(TimerTool value)
getTimerTool
public TimerTool getTimerTool()
setBrowserTool
public void setBrowserTool(BrowserTool value)
getBrowserTool
public BrowserTool getBrowserTool()
setEscapeTool
public void setEscapeTool(EscapeTool value)
getEscapeTool
public EscapeTool getEscapeTool()
setUserBeanFactory
public void setUserBeanFactory(UserBeanFactory value)
getUserBeanFactory
public UserBeanFactory getUserBeanFactory()
setNotesManager
public void setNotesManager(NotesManager value)
getNotesManager
public NotesManager getNotesManager()
setStartTime
public void setStartTime(Long value)
getStartTime
public Long getStartTime()
setStopTime
public void setStopTime(Long value)
getStopTime
public Long getStopTime()
setRequest
public void setRequest(HttpServletRequest value)
getreq
public HttpServletRequest getreq()
setResponse
public void setResponse(HttpServletResponse value)
getResponse
public HttpServletResponse getResponse()
setHost
public void setHost(String value)
getHost
public String getHost()
setHostUrl
public void setHostUrl(URL value)
getHostUrl
public URL getHostUrl()
setAction
public void setAction(String value)
getAction
public String getAction()
setContentType
public void setContentType(String value)
getContentType
public String getContentType()
setJson
public void setJson(Map<String,String> value)
getJson
public Map<String,String> getJson()
clear
public void clear()
- Specified by:
clear in interface Map
containsKey
public boolean containsKey(Object arg0)
- Specified by:
containsKey in interface Map
containsValue
public boolean containsValue(Object arg0)
- Specified by:
containsValue in interface Map
entrySet
public Set entrySet()
- Specified by:
entrySet in interface Map
equals
public boolean equals(Object arg0)
- Specified by:
equals in interface Map- Overrides:
equals in class Object
get
public Object get(Object arg0)
- Specified by:
get in interface Map
hashCode
public int hashCode()
- Specified by:
hashCode in interface Map- Overrides:
hashCode in class Object
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Map
keySet
public Set keySet()
- Specified by:
keySet in interface Map
put
public Object put(Object arg0,
Object arg1)
- Specified by:
put in interface Map
putAll
public void putAll(Map arg0)
- Specified by:
putAll in interface Map
remove
public Object remove(Object arg0)
- Specified by:
remove in interface Map
size
public int size()
- Specified by:
size in interface Map
values
public Collection values()
- Specified by:
values in interface Map
toString
public String toString()
- Overrides:
toString in class Object