Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.model
Annotation Type WebAdapter


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Indexable(value={"name","superType"})
public @interface WebAdapter

Author:
Bogdan Stefanescu

Required Element Summary
 String name
           
 String type
           
 
Optional Element Summary
 String[] facets
           
 String guard
           
 String superType
           
 String[] targetFacets
           
 String targetType
           
 

Element Detail

name

public abstract String name

type

public abstract String type

superType

public abstract String superType
Default:
"*"

guard

public abstract String guard
Default:
""

facets

public abstract String[] facets
Default:
{}

targetType

public abstract String targetType
Default:
"*"

targetFacets

public abstract String[] targetFacets
Default:
{}

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.