How do you get the Jsp PageContext from inside the Controller in Spring MVC?When using Spring Security, what is the proper way to obtain current username (i.e. SecurityContext) information in a bean?How to get an enum value from a string value in Java?How to handle static content in Spring MVC?Trigger 404 in Spring-MVC controller?Alternatives to JSP for Spring MVC view layerPassing parameters from JSP to Controller in Spring MVCHow do I POST JSON data with Curl from a terminal/commandline to Test Spring REST?Return only string message from Spring MVC 3 ControllerHow to respond with HTTP 400 error in a Spring MVC @ResponseBody method returning String?Spring MVC template resolver for JSP
How does the search space affect the speed of an ILP solver?
How many possible file types in the output `ls -l` command?
What is the motivation behind designing a control stick that does not move?
Which is the correct version of Mussorgsky's Pictures at an Exhibition?
What XY coordinate system goes with EGM96 when projecting elevation raster in ArcGIS Pro?
Coupling two 15 Amp circuit breaker for 20 Amp
Why can't I get the argument count of a template function at compile-time?
Heavy Box Stacking
Am I required to correct my opponent's assumptions about my morph creatures?
Why do motor drives have multiple bus capacitors of small value capacitance instead of a single bus capacitor of large value?
Does the Freedom of Movement spell prevent petrification by the Flesh to Stone spell?
What is the following VRP?
What is the chance of getting a Red Cabbage in year 1?
Necessity of tenure for lifetime academic research
Is there anything in the universe that cannot be compressed?
apt-file regex: find multiple packages at once using or
Heuristic argument for the Riemann Hypothesis
Quick Tilepaint Puzzles: Corridors and Corners
What was Captain Marvel supposed to do once she reached her destination?
Why doesn't Starship have four landing legs?
Is Borg adaptation only temporary?
'Horseshoes' for Deer?
Is it good practice to speed up and slow down where not written in a song?
Can a level 20 Berserker barbarian use the Frenzy feature all day with one use?
How do you get the Jsp PageContext from inside the Controller in Spring MVC?
When using Spring Security, what is the proper way to obtain current username (i.e. SecurityContext) information in a bean?How to get an enum value from a string value in Java?How to handle static content in Spring MVC?Trigger 404 in Spring-MVC controller?Alternatives to JSP for Spring MVC view layerPassing parameters from JSP to Controller in Spring MVCHow do I POST JSON data with Curl from a terminal/commandline to Test Spring REST?Return only string message from Spring MVC 3 ControllerHow to respond with HTTP 400 error in a Spring MVC @ResponseBody method returning String?Spring MVC template resolver for JSP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying to access the implicit Jsp PageContext from inside my Spring MVC controller. Somehow, it is passed to the JSP template, but what I want is access it from my Controller.
java spring-mvc jsp
add a comment |
I'm trying to access the implicit Jsp PageContext from inside my Spring MVC controller. Somehow, it is passed to the JSP template, but what I want is access it from my Controller.
java spring-mvc jsp
add a comment |
I'm trying to access the implicit Jsp PageContext from inside my Spring MVC controller. Somehow, it is passed to the JSP template, but what I want is access it from my Controller.
java spring-mvc jsp
I'm trying to access the implicit Jsp PageContext from inside my Spring MVC controller. Somehow, it is passed to the JSP template, but what I want is access it from my Controller.
java spring-mvc jsp
java spring-mvc jsp
asked Mar 27 at 23:38
Didier A.Didier A.
2,2232 gold badges23 silver badges32 bronze badges
2,2232 gold badges23 silver badges32 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388093%2fhow-do-you-get-the-jsp-pagecontext-from-inside-the-controller-in-spring-mvc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388093%2fhow-do-you-get-the-jsp-pagecontext-from-inside-the-controller-in-spring-mvc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown