*SOLVED*
This is what i did:
- Declared a private final SecuritySupport object
- Inicializated this variable inside the constructor
Ex.
private final SecuritySupport securitySupport;
public Servlet(SecuritySupport securitySupport){
this.securitySupport = securitySupport;
}
And then i could use the securitySupport object in other functions :)
Thanks for taking your time to answer my thread Daniel and providing so helpful
information.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=32d53d4c-ba93-4170-90ba-51903b7d257a
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------