Methods Summary |
---|
public CookieProperties | getCookieProperties()
return (CookieProperties)this.getValue(COOKIE_PROPERTIES);
|
public SessionManager | getSessionManager()
return (SessionManager)this.getValue(SESSION_MANAGER);
|
public SessionProperties | getSessionProperties()
return (SessionProperties)this.getValue(SESSION_PROPERTIES);
|
public void | setCookieProperties(CookieProperties value)
this.setValue(COOKIE_PROPERTIES, value);
|
public void | setSessionManager(SessionManager value) // NOI18N
// This attribute is optional
this.setValue(SESSION_MANAGER, value);
|
public void | setSessionProperties(SessionProperties value)
this.setValue(SESSION_PROPERTIES, value);
|
public boolean | verify()
return true;
|