com.stratelia.silverpeas.peasCore.servlets.annotation
Annotation Type WebComponentController


@Inherited
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface WebComponentController

Annotation to identify a class as a web component controller. A web component controller is the main entry of the Silverpeas component's Web GUI and it takes in charge of the Web requests and of the Web navigation.

Author:
Yohann Chastagnier

Required Element Summary
 String value
          Gets the web component controller bean identifier.
 

Element Detail

value

public abstract String value
Gets the web component controller bean identifier. This identifier will be put into each requests to a resource managed by the component. object. For example: for almanach, returns "almanach".

Returns:
the web component identifier.


Copyright © 2016 Silverpeas. All Rights Reserved.