Liferay 6.1.2-ce-ga3

com.liferay.portal.servlet.filters.compoundsessionid
Class CompoundSessionIdSplitterImpl

java.lang.Object
  extended by com.liferay.portal.servlet.filters.compoundsessionid.CompoundSessionIdSplitterImpl
All Implemented Interfaces:
CompoundSessionIdSplitter

public class CompoundSessionIdSplitterImpl
extends Object
implements CompoundSessionIdSplitter


Constructor Summary
CompoundSessionIdSplitterImpl()
           
 
Method Summary
 String getSessionIdDelimiter()
           
 boolean hasSessionDelimiter()
           
 String parseSessionId(String sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundSessionIdSplitterImpl

public CompoundSessionIdSplitterImpl()
Method Detail

getSessionIdDelimiter

public String getSessionIdDelimiter()
Specified by:
getSessionIdDelimiter in interface CompoundSessionIdSplitter

hasSessionDelimiter

public boolean hasSessionDelimiter()
Specified by:
hasSessionDelimiter in interface CompoundSessionIdSplitter

parseSessionId

public String parseSessionId(String sessionId)
Specified by:
parseSessionId in interface CompoundSessionIdSplitter

Liferay 6.1.2-ce-ga3