@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @UseWith(value={COMPONENT,MIXIN,PAGE}) public @interface Import
SetupRender
render phase.
Alternately, the annotation maybe placed on any method (though typically it will be placed on a render phase
method) and the import operations will be associated of that method.
Assets are localized during the PageLifecycleAdapter.containingPageDidLoad()
lifecycle
method.JavaScriptSupport
public abstract String[] stack
public abstract String[] library
public abstract String[] stylesheet
Copyright © 2003-2012 The Apache Software Foundation.