org.frameworkset.util.annotations.Scope Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-util Show documentation
Show all versions of bboss-util Show documentation
bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com
package org.frameworkset.util.annotations;
public enum Scope {
REQUEST_PARAM,SESSION_ATTRIBUTE,REQUEST_ATTRIBUTE,PAGECONTEXT_PAGE_SCOPE,PAGECONTEXT_REQUEST_SCOPE,PAGECONTEXT_SESSION_SCOPE
,PAGECONTEXT_APPLICATION_SCOPE,MODEL_ATTRIBUTE
,PATHVARIABLE
,COOKIE
,REQUEST_HEADER
,REQUEST_BODY
,PAGER_PARAM
,MAP_PARAM
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy