|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.extensions.surf.studio.DefaultWebStudioStateProvider
public class DefaultWebStudioStateProvider
Default in-context state factory which produces session-bound in-context state objects
| Field Summary | |
|---|---|
static String |
SESSION_ATTR_WEBSTUDIO
|
protected WebStudioService |
webStudioService
|
| Constructor Summary | |
|---|---|
DefaultWebStudioStateProvider()
|
|
| Method Summary | |
|---|---|
WebStudioConfigElement |
getWebStudioConfiguration()
Gets the web studio configuration. |
WebStudioService |
getWebStudioService()
Gets the web studio service. |
WebStudioStateBean |
provide(javax.servlet.http.HttpServletRequest request)
Provides the state management object for the active session of Web Studio |
void |
setWebStudioService(WebStudioService webStudioService)
Sets the web studio service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SESSION_ATTR_WEBSTUDIO
protected WebStudioService webStudioService
| Constructor Detail |
|---|
public DefaultWebStudioStateProvider()
| Method Detail |
|---|
public void setWebStudioService(WebStudioService webStudioService)
webStudioService - the new web studio servicepublic WebStudioService getWebStudioService()
public WebStudioConfigElement getWebStudioConfiguration()
public WebStudioStateBean provide(javax.servlet.http.HttpServletRequest request)
WebStudioStateProvider
provide in interface WebStudioStateProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||