2017-02-03 5 views

답변

0

는 사용자가 직접 ServletContext에 액세스 할 수 없습니다,하지만 당신은이 방법으로 그 속성에 액세스 할 수 있습니다

BayeuxServer bayeuxServer = ...; 
BayeuxContext bayeuxContext = bayeuxServer.getContext(); 
Object attributeValue = bayeuxContext.getContextAttribute(attributeName); 
+0

죄송 조밀 될,하지만 난 BayeuxServer 어떻게 얻을 것인가? – garey

+0

신경 쓰지 마세요. 발견 (session.getBayeuxServer()) – garey