Class HippoWebappContext
- java.lang.Object
-
- org.onehippo.cms7.services.context.HippoWebappContext
-
public final class HippoWebappContext extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HippoWebappContext.Type
-
Field Summary
Fields Modifier and Type Field Description static EnumSet<HippoWebappContext.Type>
CMS_OR_PLATFORM
-
Constructor Summary
Constructors Constructor Description HippoWebappContext(HippoWebappContext.Type type, javax.servlet.ServletContext servletContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
javax.servlet.ServletContext
getServletContext()
HippoWebappContext.Type
getType()
int
hashCode()
-
-
-
Field Detail
-
CMS_OR_PLATFORM
public static final EnumSet<HippoWebappContext.Type> CMS_OR_PLATFORM
-
-
Constructor Detail
-
HippoWebappContext
public HippoWebappContext(HippoWebappContext.Type type, javax.servlet.ServletContext servletContext)
-
-