站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Namespace (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.annotations
Annotation Type Namespace


@Target(value=PACKAGE)
@Retention(value=RUNTIME)
@Documented
public @interface Namespace

Specifies the configuration namespace of a seam component.


Required Element Summary
 String value
           
 
Optional Element Summary
 String prefix
          The component package name prefix, if any
 

Element Detail

value

public abstract String value
Returns:
the configuration namespace

prefix

public abstract String prefix
The component package name prefix, if any

Default:
""