Interface WorkspaceSelector
-
- All Known Implementing Classes:
DefaultWorkspaceSelector
,RequestAttributeWorkspaceSelector
public interface WorkspaceSelector
Determines the current JCR workspace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getWorkspace()
Returns the current JCR workspace
-
-
-
Method Detail
-
getWorkspace
String getWorkspace()
Returns the current JCR workspace- Returns:
- the current JCR workspace
-
-