| Package | Description |
|---|---|
| org.springframework.extensions.webscripts |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStore
Abstract store class provided as a convenience for developers
who wish to build their own custom Store implementations for use
with the Web Script framework.
|
class |
ClassPathStore
ClassPath based Web Script Store
|
class |
RemoteStore
Store implementation that queries and retrieves documents from a remote HTTP endpoint.
|
| Modifier and Type | Field and Description |
|---|---|
protected Store |
StoreRegistrar.store |
| Modifier and Type | Method and Description |
|---|---|
Store |
AbstractBaseDescriptionDocument.getStore() |
Store |
SearchPath.getStore(String storePath)
Gets the Web Script Store for the given Store path
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Store> |
SearchPath.getStores()
Gets all Web Script Stores
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreRegistrar.plugin(Store store,
SearchPath searchPath,
boolean prepend)
Plugs the store into the search path
|
void |
StoreRegistrar.setStore(Store store)
Sets the store
|
void |
AbstractBaseDescriptionDocument.setStore(Store store)
Sets the web description store
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPath.setSearchPath(List<Store> searchPath) |
Copyright © 2005–2019 Alfresco Software. All rights reserved.