BrightSide Workbench Full Report + Source Code
org.turro.elephant.context.IElement Interface Reference
Inheritance diagram for org.turro.elephant.context.IElement:

Public Member Functions

String getId ()
 
String getTitle ()
 
void setTitle (String title)
 
Collection< String > getMetas ()
 
void setMetas (Collection< String > metas)
 
String getType ()
 
ElContext getContext ()
 
IConstructor getConstructor ()
 
void loadData () throws ServletException, IOException
 
void startConstruction () throws ServletException, IOException
 
String getElementFolder ()
 
boolean isOriginalContext ()
 
void setRootCategories (ElContext root)
 
void setConfiguration (IConstructor constructor, ElContext context)
 

Detailed Description

IElement interface must be implemented by all those components running within Elephant library.

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 31 of file IElement.java.

Member Function Documentation

◆ getConstructor()

IConstructor org.turro.elephant.context.IElement.getConstructor ( )
Returns
Returns current IConstructor.

Implemented in org.turro.elephant.impl.abstracts.AbstractElement.

Here is the caller graph for this function:

◆ getContext()

ElContext org.turro.elephant.context.IElement.getContext ( )
Returns
The ElContext owning the element.

Implemented in org.turro.elephant.impl.abstracts.AbstractElement.

Here is the caller graph for this function:

◆ getElementFolder()

String org.turro.elephant.context.IElement.getElementFolder ( )

IElement implementations must ensure this folder is unique within the web application.

Returns
Element's folder.

Implemented in org.turro.elephant.impl.abstracts.AbstractElement.

Here is the caller graph for this function:

◆ getId()

String org.turro.elephant.context.IElement.getId ( )
Returns
Element's identifier.

Implemented in org.turro.elephant.impl.abstracts.AbstractElement.

Here is the caller graph for this function:

◆ getMetas()

Collection<String> org.turro.elephant.context.IElement.getMetas ( )

Implemented in org.turro.elephant.impl.abstracts.AbstractElement.

Here is the caller graph for this function:

◆ getTitle()

String org.turro.elephant.context.IElement.getTitle ( )

Implemented in org.turro.elephant.impl.abstracts.AbstractElement.

Here is the caller graph for this function:

◆ getType()

String org.turro.elephant.context.IElement.getType ( )

◆ isOriginalContext()

boolean org.turro.elephant.context.IElement.isOriginalContext ( )
Returns
True if current context is the original context where this element was created.

Implemented in org.turro.elephant.impl.abstracts.AbstractElement.

◆ loadData()

◆ setConfiguration()

void org.turro.elephant.context.IElement.setConfiguration ( IConstructor  constructor,
ElContext  context 
)

Implemented in org.turro.elephant.impl.abstracts.AbstractElement.

Here is the caller graph for this function:

◆ setMetas()

void org.turro.elephant.context.IElement.setMetas ( Collection< String >  metas)

Implemented in org.turro.elephant.impl.abstracts.AbstractElement.

Here is the caller graph for this function:

◆ setRootCategories()

void org.turro.elephant.context.IElement.setRootCategories ( ElContext  root)

◆ setTitle()

void org.turro.elephant.context.IElement.setTitle ( String  title)

Implemented in org.turro.elephant.impl.abstracts.AbstractElement.

Here is the caller graph for this function:

◆ startConstruction()


The documentation for this interface was generated from the following file: