|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.server.ServerInterceptor
org.jboss.portal.core.aspects.server.LocaleInterceptor
public class LocaleInterceptor
If the user is authenticated and has a preferred locale then this one is chosen. Otherwhise the locale used is the one determined by the incoming HttpServletRequest provided by the servlet container.
todo add cookie or session based locales
Constructor Summary | |
---|---|
LocaleInterceptor()
|
Method Summary | |
---|---|
protected void |
invoke(ServerInvocation invocation)
|
Methods inherited from class org.jboss.portal.server.ServerInterceptor |
---|
invoke |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocaleInterceptor()
Method Detail |
---|
protected void invoke(ServerInvocation invocation) throws java.lang.Exception, InvocationException
invoke
in class ServerInterceptor
java.lang.Exception
InvocationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |