Class WebContextFactoryImpl.GhettoHelper
- java.lang.Object
-
- com.atlassian.confluence.web.service.WebContextFactoryImpl.GhettoHelper
-
- Enclosing class:
- WebContextFactoryImpl
public static class WebContextFactoryImpl.GhettoHelper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebContextFactoryImpl.GhettoHelper.GhettoAction
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebContextFactoryImpl.GhettoHelper.GhettoAction
getAction()
AbstractPage
getPage()
Space
getSpace()
String
getSpaceKey()
-
-
-
Method Detail
-
getPage
public AbstractPage getPage()
-
getSpaceKey
public String getSpaceKey()
-
getSpace
public Space getSpace()
-
getAction
public final WebContextFactoryImpl.GhettoHelper.GhettoAction getAction()
-
-