

Public Member Functions | |
| DefaultElement () | |
| void | loadData () throws ServletException, IOException |
| String | getStart () |
| String | getEnd () |
| void | startConstruction () throws ServletException, IOException |
| FoundList | search (String value, boolean ignoreCase) |
Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractElement | |
| AbstractElement () | |
| String | getId () |
| String | getType () |
| String | getTitle () |
| void | setTitle (String title) |
| Collection< String > | getMetas () |
| void | setMetas (Collection< String > metas) |
| ElContext | getContext () |
| IConstructor | getConstructor () |
| void | setConfiguration (IConstructor constructor, ElContext context) |
| String | getStartTitle () |
| String | getEndTitle () |
| String | getStartBody () |
| String | getEndBody () |
| String | getStartFooter () |
| String | getEndFooter () |
| String | getStartOption () |
| String | getEndOption () |
| boolean | canDisplay () |
| boolean | isSelectable () |
| boolean | isInRole () |
| boolean | canPrint () |
| String | getElementFolder () |
| boolean | isOriginalContext () |
| void | setRootCategories (ElContext root) |
| String | getTypeName () |
| AttributeSupport | getAttributes () |
| void | applyChanges () |
| void | populateFromParent () |
| void | setDefaultMetas () |
| void | setConfiguration (Element conf, Element factory) |
Protected Member Functions | |
| String[] | getLocaleResourceNames (String preferredLocale) |
Protected Attributes | |
| String | currentResource |
Protected Attributes inherited from org.turro.elephant.impl.abstracts.AbstractElement | |
| IConstructor | constructor |
| ElContext | context |
| AttributeSupport | attrSupport |
| Element | conf = null |
| String[] | types |
| String | title |
| Collection< String > | metas |
Definition at line 44 of file DefaultElement.java.
| org.turro.elephant.impl.context.DefaultElement.DefaultElement | ( | ) |
Creates a new instance of DefaultElement
Definition at line 49 of file DefaultElement.java.
| String org.turro.elephant.impl.context.DefaultElement.getEnd | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 65 of file DefaultElement.java.

|
protected |
Definition at line 85 of file DefaultElement.java.


| String org.turro.elephant.impl.context.DefaultElement.getStart | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 60 of file DefaultElement.java.

| void org.turro.elephant.impl.context.DefaultElement.loadData | ( | ) | throws ServletException, IOException |
This method loads element's data. It gets called within IConstructor.startConstruction() and before element's startConstruction() method.
| javax.servlet.ServletException | |
| java.io.IOException |
Implements org.turro.elephant.context.IElement.
Definition at line 54 of file DefaultElement.java.

| FoundList org.turro.elephant.impl.context.DefaultElement.search | ( | String | value, |
| boolean | ignoreCase | ||
| ) |
This method is called by Elephant search implementation.
| value | Value to search. |
| ignoreCase | Whether to ignore case. |
Implements org.turro.elephant.search.ISearchable.
Definition at line 104 of file DefaultElement.java.

| void org.turro.elephant.impl.context.DefaultElement.startConstruction | ( | ) | throws ServletException, IOException |
This method start element's construction. It gets called within IConstructor.startConstruction().
| javax.servlet.ServletException | |
| java.io.IOException |
Implements org.turro.elephant.context.IElement.
Definition at line 70 of file DefaultElement.java.

|
protected |
Definition at line 46 of file DefaultElement.java.