|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.sesat.search.view.config.SearchTab.Layout
public static final class SearchTab.Layout
POJO holding defaultLayout information for the given tab. readLayout(Element) is the only way to mutate the bean and can only be called once.
| Constructor Summary | |
|---|---|
SearchTab.Layout(SearchTab.Layout inherit)
Copy constructor. |
|
| Method Summary | |
|---|---|
String |
getContentType()
Get the content type that is specified in views.xml. |
List<String> |
getCss()
Getter for property css. |
int |
getExpiresInSeconds()
Number of seconds until this layout (page) should expire. |
String |
getFront()
|
String |
getId()
|
String |
getInclude(String key)
Get the include with the given key. |
Map<String,String> |
getIncludes()
|
List<String> |
getJavascript()
Getter for property javascript. |
String |
getMain()
|
String |
getOrigin()
Deprecated. no need to use this anymore. |
Map<String,String> |
getProperties()
|
String |
getProperty(String key)
Get the property with the given key |
boolean |
isDisplayCss()
Getter for property displayCss |
SearchTab.Layout |
readLayout(Element element)
Will return null when the element argument is null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchTab.Layout(SearchTab.Layout inherit)
inherit - | Method Detail |
|---|
public String getId()
public Map<String,String> getIncludes()
public String getInclude(String key)
key -
public Map<String,String> getProperties()
public String getProperty(String key)
key -
public String getOrigin()
public String getMain()
public String getFront()
public String getContentType()
public int getExpiresInSeconds()
public boolean isDisplayCss()
public List<String> getCss()
public List<String> getJavascript()
public SearchTab.Layout readLayout(Element element)
element -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||