A B C D E F G H I L M N O P Q R S T U V W X

G

generate(Service, ContentGenerator, ContentStatus, long, long) - Method in interface org.weborganic.berlioz.content.GeneratorListener
Reports when a request has been processed for a generator.
generate() - Method in class org.weborganic.berlioz.servlet.XMLResponse
Generates an XML response for the wrapped HTTP request and response objects.
generator() - Method in class org.weborganic.berlioz.servlet.HttpContentRequest
Returns the generator for which this request is used for.
GeneratorListener - Interface in org.weborganic.berlioz.content
A listener for when requests have been processed for a generator.
generators() - Method in class org.weborganic.berlioz.content.Service
Returns the list of generators for this service.
GenericEntityInfo - Class in org.weborganic.berlioz.util
A basic implementation of the entity info interface.
GenericEntityInfo(long, String, String) - Constructor for class org.weborganic.berlioz.util.GenericEntityInfo
Creates a new entity info.
GenericEntityInfo(Date, String, String) - Constructor for class org.weborganic.berlioz.util.GenericEntityInfo
Creates a new entity info.
get(String) - Method in class org.weborganic.berlioz.content.ServiceRegistry
Returns the list of content generators for this URL.
get(String, String) - Method in class org.weborganic.berlioz.content.ServiceRegistry
Returns the content generator for this URL and HTTP method.
get(String, HttpMethod) - Method in class org.weborganic.berlioz.content.ServiceRegistry
Returns the content generator for this URL and HTTP method.
get(String) - Static method in class org.weborganic.berlioz.GlobalSettings
Return the requested property.
get(BerliozOption) - Static method in class org.weborganic.berlioz.GlobalSettings
Return the property value for the specified Berlioz option.
get(String, String) - Static method in class org.weborganic.berlioz.GlobalSettings
Returns the requested property or it default value.
get(String, int) - Static method in class org.weborganic.berlioz.GlobalSettings
 
get(String, boolean) - Static method in class org.weborganic.berlioz.GlobalSettings
Returns the requested property or it default value.
get(String, File) - Static method in class org.weborganic.berlioz.GlobalSettings
Returns the requested property as a file or its default file value.
get(String) - Static method in class org.weborganic.berlioz.http.HttpAcceptHeader
Returns the list of accepted content types mapped to their quality level.
getAttribute(String) - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns the specified attribute object or null.
getAttribute(String) - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
getBerliozPath() - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns the dynamic path of the Berlioz request.
getBerliozPath() - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
getBerliozPath(HttpServletRequest) - Static method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
Returns the Berlioz path from an HTTP Servlet request.
getCacheControl() - Method in class org.weborganic.berlioz.servlet.BerliozConfig
Returns the default cache control instruction.
getCacheControl() - Method in class org.weborganic.berlioz.servlet.HttpEnvironment
 
getClassOfStatus(int) - Static method in class org.weborganic.berlioz.http.HttpStatusCodes
Returns the class of the HTTP status code based on the class defined in the RFC.
getCollector() - Method in exception org.weborganic.berlioz.util.CompoundBerliozException
The error collector included in this exception.
getContentLength() - Method in class org.weborganic.berlioz.util.FileEntityInfo
 
getContentType() - Method in class org.weborganic.berlioz.servlet.BerliozConfig
Returns the content type.
getCookies() - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCookies() - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
getDateParameter(String) - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns a Date instance from the specified parameter.
getDateParameter(String) - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
getDefaultRegistry() - Static method in class org.weborganic.berlioz.content.ContentManager
Returns the default service registry (mapped to "services.xml").
getDirProperty(String) - Static method in class org.weborganic.berlioz.GlobalSettings
Returns the requested property as a file.
getEncoding() - Method in interface org.weborganic.berlioz.servlet.BerliozOutput
The character encoding for the content.
getEncoding() - Method in class org.weborganic.berlioz.servlet.XMLContent
 
getEncoding() - Method in class org.weborganic.berlioz.servlet.XSLTransformResult
 
getEnvironment() - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns the environment of the request.
getEnvironment() - Method in class org.weborganic.berlioz.servlet.BerliozConfig
Returns the environment.
getEnvironment() - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
getError() - Method in class org.weborganic.berlioz.servlet.XMLResponse
Returns a Berlioz Exception wrapping any error(s) that may have been thrown by the generators.
GetErrorDetails - Class in org.weborganic.berlioz.generator
Generates no content.
GetErrorDetails() - Constructor for class org.weborganic.berlioz.generator.GetErrorDetails
 
getErrorMessage() - Method in class org.weborganic.berlioz.servlet.XSLTransformResult
 
getErrors() - Method in class org.weborganic.berlioz.util.ErrorCollector
Returns the list of collected errors.
getETag(ContentRequest) - Method in interface org.weborganic.berlioz.content.Cacheable
Returns the ETag for the specified content request.
getETag(ContentRequest) - Method in class org.weborganic.berlioz.generator.GetGlobalConfig
Returns a ETag based on the last modified date and length of the global propertied file.
getETag(ContentRequest) - Method in class org.weborganic.berlioz.generator.GetLiveServices
 
getETag(ContentRequest) - Method in class org.weborganic.berlioz.generator.GetMatchingService
 
getETag(ContentRequest) - Method in class org.weborganic.berlioz.generator.GetParameters
Returns an MD5 Value of the query string.
getETag(ContentRequest) - Method in class org.weborganic.berlioz.generator.GetServices
 
getETag(ContentRequest) - Method in class org.weborganic.berlioz.generator.NoContent
Always returns the "nocontent".
getEtag() - Method in class org.weborganic.berlioz.servlet.XMLResponse
Returns the Etag for this response.
getEtag() - Method in class org.weborganic.berlioz.servlet.XSLTransformer
Returns an ETag corresponding to the templates.
getETag() - Method in interface org.weborganic.berlioz.util.EntityInfo
Get ETag.
getETag() - Method in class org.weborganic.berlioz.util.FileEntityInfo
Get ETag.
getETag() - Method in class org.weborganic.berlioz.util.GenericEntityInfo
 
getETagForGZip(String) - Static method in class org.weborganic.berlioz.http.HttpHeaderUtils
Returns the entity tag for a compressed response.
getETagForUncompressed(String) - Static method in class org.weborganic.berlioz.http.HttpHeaderUtils
Returns the entity tag for an uncompressed response.
getETagSeed() - Method in class org.weborganic.berlioz.servlet.BerliozConfig
Return the ETag Seed.
getException() - Method in class org.weborganic.berlioz.servlet.XSLTransformResult
 
getExpiryDate() - Method in class org.weborganic.berlioz.servlet.BerliozConfig
Expiry date is a year from now.
getFile() - Method in class org.weborganic.berlioz.util.FileEntityInfo
Returns the file.
getFileProperty(String) - Static method in class org.weborganic.berlioz.GlobalSettings
Returns the requested property as a file.
GetGlobalConfig - Class in org.weborganic.berlioz.generator
Returns the global properties as XML.
GetGlobalConfig() - Constructor for class org.weborganic.berlioz.generator.GetGlobalConfig
 
getHttpRequest() - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
Returns the wrapped HTTP servlet request.
getHttpResponse() - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
Returns the attached HTTP servlet response.
getInstance() - Static method in class org.weborganic.berlioz.xml.BerliozEntityResolver
Returns an entity resolver instance.
getInstance() - Static method in class org.weborganic.berlioz.xml.BerliozErrorHandler
Returns an error handler instance.
getIntParameter(String, int) - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns the specified parameter value.
getIntParameter(String, int) - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
getLastModified() - Method in interface org.weborganic.berlioz.util.EntityInfo
Get last modified time.
getLastModified() - Method in class org.weborganic.berlioz.util.FileEntityInfo
 
getLastModified() - Method in class org.weborganic.berlioz.util.GenericEntityInfo
 
getLibrary() - Static method in class org.weborganic.berlioz.GlobalSettings
Returns the directory containing the DTDs and schemas for the XML in use in the system.
getListener() - Static method in class org.weborganic.berlioz.servlet.BerliozConfig
 
GetLiveServices - Class in org.weborganic.berlioz.generator
Returns the current service configuration as XML.
GetLiveServices() - Constructor for class org.weborganic.berlioz.generator.GetLiveServices
 
getLocation() - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns information about the location of the request.
getLocation() - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
GetMatchingService - Class in org.weborganic.berlioz.generator
Returns the current service configuration as XML.
GetMatchingService() - Constructor for class org.weborganic.berlioz.generator.GetMatchingService
 
getMediaType() - Method in interface org.weborganic.berlioz.servlet.BerliozOutput
Returns the media type for this output.
getMediaType() - Method in class org.weborganic.berlioz.servlet.XMLContent
 
getMediaType() - Method in class org.weborganic.berlioz.servlet.XSLTransformResult
 
getMediaType(File) - Static method in class org.weborganic.berlioz.util.FileUtils
Returns the Media Type for the given file.
getMethod(Service) - Method in class org.weborganic.berlioz.content.ServiceRegistry
Returns the HTTP method this service is mapped to.
getMimeType() - Method in interface org.weborganic.berlioz.util.EntityInfo
Returns the MIME Type as defined for the server.
getMimeType() - Method in class org.weborganic.berlioz.util.FileEntityInfo
Returns the MIME Type as defined for the server.
getMimeType() - Method in class org.weborganic.berlioz.util.GenericEntityInfo
 
getMode() - Static method in class org.weborganic.berlioz.GlobalSettings
Returns the configuration to use.
getName() - Method in class org.weborganic.berlioz.servlet.BerliozConfig
Returns the name of this configuration, usually the servlet name.
getNode(String) - Static method in class org.weborganic.berlioz.GlobalSettings
Returns the entries for the specified node as Properties.
getParameter(String) - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns the specified parameter value or null.
getParameter(String, String) - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns the specified parameter value or the specified default if null.
getParameter(String) - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
getParameter(String, String) - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
getParameterNames() - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
GetParameters - Class in org.weborganic.berlioz.generator
Returns the HTTP Parameters as XML.
GetParameters() - Constructor for class org.weborganic.berlioz.generator.GetParameters
 
getParameterValues(String) - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
getParser(boolean) - Static method in class org.weborganic.berlioz.xml.XMLUtils
Returns the requested SAX Parser factory.
getPathInfo() - Method in interface org.weborganic.berlioz.content.ContentRequest
Deprecated. Use PathInfo instead
getPathInfo() - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
 
getPrivateFile(String) - Method in interface org.weborganic.berlioz.content.Environment
Returns the file pointing to the private area of the Web site (that is within WEB-INF).
getPrivateFile(String) - Method in class org.weborganic.berlioz.servlet.HttpEnvironment
 
getPrivateFolder() - Method in interface org.weborganic.berlioz.content.Environment
Returns the directory pointing to the private area of the Web site (generally WEB-INF).
getPrivateFolder() - Method in class org.weborganic.berlioz.servlet.HttpEnvironment
 
getPropertiesFile() - Static method in class org.weborganic.berlioz.GlobalSettings
Returns the properties file to use externally.
getProperty(String) - Method in interface org.weborganic.berlioz.content.Environment
Return the requested property.
getProperty(String, String) - Method in interface org.weborganic.berlioz.content.Environment
Returns the requested property or it default value.
getProperty(String, int) - Method in interface org.weborganic.berlioz.content.Environment
Returns the requested int property or it default value.
getProperty(String, boolean) - Method in interface org.weborganic.berlioz.content.Environment
Returns the requested property or it default value.
getProperty(String) - Method in class org.weborganic.berlioz.servlet.HttpEnvironment
 
getProperty(String, boolean) - Method in class org.weborganic.berlioz.servlet.HttpEnvironment
 
getProperty(String, int) - Method in class org.weborganic.berlioz.servlet.HttpEnvironment
 
getProperty(String, String) - Method in class org.weborganic.berlioz.servlet.HttpEnvironment
 
getPublicFile(String) - Method in interface org.weborganic.berlioz.content.Environment
Returns the file pointing to the public area of the Web site.
getPublicFile(String) - Method in class org.weborganic.berlioz.servlet.HttpEnvironment
 
getPublicFolder() - Method in interface org.weborganic.berlioz.content.Environment
Returns the directory pointing to the public area of the Web site.
getPublicFolder() - Method in class org.weborganic.berlioz.servlet.HttpEnvironment
 
getRedirectURL() - Method in class org.weborganic.berlioz.servlet.HttpContentRequest
Returns the URL to redirect to.
getRedirectURL() - Method in class org.weborganic.berlioz.servlet.XMLResponse
Returns the URL to redirect to.
getRepository() - Static method in class org.weborganic.berlioz.GlobalSettings
Returns the main repository or null if it has not been setup.
getService() - Method in class org.weborganic.berlioz.servlet.HttpContentRequest
Service the generator is part of.
getService() - Method in class org.weborganic.berlioz.servlet.XMLResponse
Returns the service corresponding to this response.
getServiceMap(HttpMethod) - Method in class org.weborganic.berlioz.content.ServiceRegistry
Returns an unmodifiable map of services by URI Pattern for the specified HTTP method.
getServices() - Method in class org.weborganic.berlioz.content.ServiceRegistry
Returns the set of registered services.
getServices(HttpMethod) - Method in class org.weborganic.berlioz.content.ServiceRegistry
Returns the list of services for the specified HTTP method.
GetServices - Class in org.weborganic.berlioz.generator
Returns the current service configuration as XML.
GetServices() - Constructor for class org.weborganic.berlioz.generator.GetServices
 
getServletInfo() - Method in class org.weborganic.berlioz.servlet.InitServlet
 
getSession() - Method in interface org.weborganic.berlioz.content.ContentRequest
Returns the session of the wrapped HTTP servlet request.
getSession() - Method in class org.weborganic.berlioz.servlet.HttpRequestWrapper
Returns the session of the wrapped HTTP servlet request.
getStackTrace(Throwable, boolean) - Static method in class org.weborganic.berlioz.util.Errors
Returns the stack trace of the specified error as a string.
getStatus() - Method in class org.weborganic.berlioz.servlet.HttpContentRequest
Returns the status of this request.
getStatus() - Method in class org.weborganic.berlioz.servlet.XMLResponse
Returns the status of this service response.
getTitle(int) - Static method in class org.weborganic.berlioz.http.HttpStatusCodes
Returns the title for the specified code based on the name defined in the RFC.
getTransformer(Service) - Method in class org.weborganic.berlioz.servlet.BerliozConfig
Returns the XSLT transformer for the specified service.
getVersion() - Static method in class org.weborganic.berlioz.GlobalSettings
Returns the build version of Berlioz.
GlobalSettings - Class in org.weborganic.berlioz
Berlioz global settings.
group() - Method in class org.weborganic.berlioz.content.Service
Returns the group this service is part of.

A B C D E F G H I L M N O P Q R S T U V W X