Package org.javlo.context
Class GlobalContextCreationBean
- java.lang.Object
-
- org.javlo.context.GlobalContextCreationBean
-
public class GlobalContextCreationBean extends Object
-
-
Constructor Summary
Constructors Constructor Description GlobalContextCreationBean()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalContext
create(ContentContext ctx)
String
getContextKey()
String
getEmail()
static GlobalContextCreationBean
getInstance(javax.servlet.http.HttpSession session)
String
getPassword()
String
getReferenceContext()
String
getTitle()
void
setContextKey(String contextKey)
void
setEmail(String email)
void
setPassword(String password)
void
setReferenceContext(String referenceContext)
void
setTitle(String title)
-
-
-
Method Detail
-
getInstance
public static GlobalContextCreationBean getInstance(javax.servlet.http.HttpSession session)
-
getContextKey
public String getContextKey()
-
setContextKey
public void setContextKey(String contextKey)
-
getReferenceContext
public String getReferenceContext()
-
setReferenceContext
public void setReferenceContext(String referenceContext)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
create
public GlobalContext create(ContentContext ctx) throws Exception
- Throws:
Exception
-
-