Created
November 25, 2012 23:04
-
-
Save rjattrill/4145799 to your computer and use it in GitHub Desktop.
How to get current Parsley Context
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// To get Parsley context for the current module - you just inject on the type Context (of course). | |
import org.spicefactory.parsley.core.context.Context; | |
[Inject] | |
public var context:Context; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment