org.tynamo.security.services
Interface PageService

All Known Implementing Classes:
PageServiceImpl

Deprecated.

@Deprecated
public interface PageService


Method Summary
 String getLocaleFromPath(String path)
          Deprecated.  
 String getLocalelessPathWithinApplication()
          Deprecated.  
 String getLoginPage()
          Deprecated.  
 String getSuccessPage()
          Deprecated.  
 String getUnauthorizedPage()
          Deprecated.  
 void redirectToSavedRequest(String fallbackUrl)
          Deprecated.  
 void saveRequest()
          Deprecated.  
 

Method Detail

getLoginPage

String getLoginPage()
Deprecated. 

getSuccessPage

String getSuccessPage()
Deprecated. 

getUnauthorizedPage

String getUnauthorizedPage()
Deprecated. 

getLocalelessPathWithinApplication

String getLocalelessPathWithinApplication()
Deprecated. 

getLocaleFromPath

String getLocaleFromPath(String path)
Deprecated. 

saveRequest

void saveRequest()
Deprecated. 

redirectToSavedRequest

void redirectToSavedRequest(String fallbackUrl)
                            throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.