Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6473535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:28:40+00:00 2026-05-25T06:28:40+00:00

In a Play! controller, I can create an interceptor method that will process every

  • 0

In a Play! controller, I can create an interceptor method that will process every request before it arrives to the appropriate action.

public class Admin extends Application {

    @Before
    static void checkAuthentification() {
        if(session.get("user") == null) login();
        // otherwise,
        User loggedOnUser = User.find("byUsername", session.get("user"));
    }

    public static void index() {
        // any way to access loggedOnUser ?
        List<User> users = User.findAll();
        render(users);
    }
    …
}

Is there a way to set a value in the interceptor and access it in the action? Sort of like request.setAttribute() in servlets?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T06:28:40+00:00Added an answer on May 25, 2026 at 6:28 am

    Interceptors and actions share the same request context (request, response, session, etc). As stated above, you may elect to use renderArgs, but keep in mind that these values will be available in your views, which may not be what you want. If you want to keep the state between your interceptor and actions, just use the request.args hash instead.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So we have a real-estate-related site that has controller/action pairs like homes/view, realtors/edit, and
I have this problem that I cannot fix. From my @Controller , i can
Does play framework server have a rewrite_mode functionality like apache? That is: how can
I'm converting a Servlet into a Play! Controller but I can't find the Play!
I have tried every way possible and can't seem to limit the scope_to method
How can I play audio (it would be like a 1 second sound) from
A game that I play stores all of its data in a .DAT file.
I have a controller that is being called twice from an ActionLink call. My
I have a movie file that does work. I added a tableview controller inside
I use the in-memory database that comes with Play Framework, when I have db=mem

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.