org.weborganic.bastille.pageseeder
Annotation Type PSConnected


public @interface PSConnected

Use this annotation to indicate whether a generator will connect to PageSeeder.

This annotation has no effect on the annotated class.

Since:
0.6.8

Optional Element Summary
 boolean login
          Indicates whether the connection requires the user to be connected.
 

login

public abstract boolean login
Indicates whether the connection requires the user to be connected.

Only set to true if a PageSeeder User is required in the session. If the connection requires a PageSeeder user but is set by the generator, that is does not require to be stored in the session, this flag should be set to false.

Defaults to false.

Default:
false