|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.extensions.webscripts.PreviewContext
public class PreviewContext
Provides information about the WCM sandbox which is currently being previewed. A sandbox context provider may be registered with any of the Alfresco Store types. LocalFileSystemStore RemoteStore
| Field Summary | |
|---|---|
static String |
DEFAULT_STORE_ID
|
| Constructor Summary | |
|---|---|
PreviewContext()
|
|
PreviewContext(String storeId)
Constructs a new remote sandbox context instance |
|
PreviewContext(String storeId,
String webappId)
Constructs a new remote sandbox context instance |
|
| Method Summary | |
|---|---|
String |
getStoreId()
Gets the id of the store |
String |
getWebappId()
Gets the WCM web application id This applies for the case where the store is an AVM store which was built by Alfresco WCM. |
void |
setStoreId(String storeId)
Sets the id of the store |
void |
setWebappId(String webappId)
Sets the WCM web application id This applies for the case where the store is an AVM store which was built by Alfresco WCM. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_STORE_ID
| Constructor Detail |
|---|
public PreviewContext()
public PreviewContext(String storeId)
storeId - the store id
public PreviewContext(String storeId,
String webappId)
storeId - the store idwebappId - the WCM web application id| Method Detail |
|---|
public String getStoreId()
public void setStoreId(String storeId)
storeId - the store idpublic String getWebappId()
public void setWebappId(String webappId)
webappId - the WCM web application id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||