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

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

public class CompoundSessionIdSplitterImpl
extends java.lang.Object
implements com.liferay.portal.kernel.servlet.filters.compoundsessionid.CompoundSessionIdSplitter

Author:
Michael C. Han

Constructor Summary
CompoundSessionIdSplitterImpl()
           
 
Method Summary
 java.lang.String getSessionIdDelimiter()
           
 boolean hasSessionDelimiter()
           
 java.lang.String parseSessionId(java.lang.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 java.lang.String getSessionIdDelimiter()
Specified by:
getSessionIdDelimiter in interface com.liferay.portal.kernel.servlet.filters.compoundsessionid.CompoundSessionIdSplitter

hasSessionDelimiter

public boolean hasSessionDelimiter()
Specified by:
hasSessionDelimiter in interface com.liferay.portal.kernel.servlet.filters.compoundsessionid.CompoundSessionIdSplitter

parseSessionId

public java.lang.String parseSessionId(java.lang.String sessionId)
Specified by:
parseSessionId in interface com.liferay.portal.kernel.servlet.filters.compoundsessionid.CompoundSessionIdSplitter