public class Renderer extends Object implements Comparable<Renderer>
Constructor and Description |
---|
Renderer() |
Renderer(Renderer source) |
Renderer(XPathParser xpp) |
public Renderer()
public Renderer(XPathParser xpp) throws ParserConfigurationException, SAXException, IOException, XPathExpressionException
public Renderer(Renderer source)
public void setDefaultCss() throws SearchLibException
SearchLibException
public void copyTo(Renderer target)
public void addField(RendererField field)
public void removeField(RendererField field)
public void fieldUp(RendererField field)
field
- public void fieldDown(RendererField field)
field
- public List<RendererField> getFields()
public void setName(String name)
name
- the name to setpublic String getName()
public void setRequestName(String requestName)
name
- the requestName to setpublic String getRequestName()
public void setSearchButtonLabel(String searchButtonLabel)
searchButtonLabel
- the searchButtonLabel to setpublic String getSearchButtonLabel()
public final int compareTo(Renderer o)
compareTo
in interface Comparable<Renderer>
public void writeXml(XmlWriter xmlWriter) throws SAXException
SAXException
public String getApiUrl() throws UnsupportedEncodingException
UnsupportedEncodingException
public String getIFrameHtmlCode(String width, String height) throws UnsupportedEncodingException
UnsupportedEncodingException
public String getResultsFoundText()
public void setResultsFoundText(String resultsFoundText)
public String getOneResultFoundText()
public void setOneResultFoundText(String oneResultFoundText)
public String getNoResultFoundText()
public void setNoResultFoundText(String noResultFoundText)
noResultFoundText
- public final String getResultFoundText(int resultsCount)
public String getFooter()
public void setFooter(String footer)
footer
- the footer to setpublic String getHeader()
public void setHeader(String header)
header
- the header to setpublic String getFacetWidth()
public void setFacetWidth(String facetWidth)
facetWidth
- the facetWidth to setpublic String getCss()
public void setCss(String css)
css
- the css to setpublic boolean isLogEnabled()
public void setLogEnabled(boolean logReportEnabled)
public void addLogField(RendererLogField logField)
public void removeLogField(RendererLogField logField)
public List<RendererLogField> getLogFields()
public String getContentTypeField()
public void setContentTypeField(String contentTypeField)
contentTypeField
- the contentTypeField to setpublic String getFilenameField()
public void setFilenameField(String filenameField)
filenameField
- the filenameField to setpublic String getHocrField()
public void setHocrField(String hocrField)
hocrField
- the hocrField to setpublic String getAuthUsername()
public void setAuthUsername(String authUsername)
authUsername
- the authUsername to setpublic String getAuthPassword()
public void setAuthPassword(String authPassword)
authPassword
- the authPassword to setpublic String getAuthDomain()
public void setAuthDomain(String authDomain)
authDomain
- the authDomain to setpublic String getAuthServer()
public void setAuthServer(String authServer)
authServer
- the authServer to setpublic String getAuthUserAllowField()
public void setAuthUserAllowField(String authUserAllowField)
authUserAllowField
- the authUserAllowField to setpublic String getAuthGroupAllowField()
public void setAuthGroupAllowField(String authGroupAllowField)
authGroupAllowField
- the authGroupAllowField to setpublic String getAuthUserDenyField()
public void setAuthUserDenyField(String authUserDenyField)
authUserDenyField
- the authUserDenyField to setpublic String getAuthGroupDenyField()
public void setAuthGroupDenyField(String authGroupDenyField)
authGroupDenyField
- the authGroupDenyField to setpublic void setAuthType(String authTypeName)
public String getAuthType()
public void configureAuthRequest(AbstractSearchRequest searchRequest, javax.servlet.http.HttpServletRequest servletRequest) throws ParseException, IOException, SearchLibException
public String getAuthPluginClass()
public void setAuthPluginClass(String authPluginClass)
authPluginClass
- the authPluginClass to setpublic String getAutocompletionName()
public void setAutocompletionName(String autocompletionName)
autocompletionName
- the autocompletionName to setCopyright © 2013 Jaeksoft OpenSearchServer. All rights reserved.