Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.turbine.util Classes and Interfaces - 66 results found.
NameDescriptionTypePackageFramework
AccessControlExceptionThrown to indicate that the User attempted to perform an operation that was not permitted by the security settings.Classorg.apache.turbine.util.securityApache Turbine
AccessControlListThis interface describes a control class that makes it easy to find out if a particular User has a given Permission.Interfaceorg.apache.turbine.util.securityApache Turbine
ArrayCtorRecyclableAn interface for objects that can be pooled and recycled several times by different clients.Interfaceorg.apache.turbine.util.poolApache Turbine
BaseURIThis is the base class for all dynamic URIs in the Turbine System.Classorg.apache.turbine.util.uriApache Turbine
BaseValueParserBaseValueParser is a base class for classes that need to parse name/value Parameters, for example GET/POST data or CookiesClassorg.apache.turbine.util.parserApache Turbine
BoundedBufferEfficient array-based bounded buffer class.Classorg.apache.turbine.util.poolApache Turbine
BrowserDetectorThis class parses the user agent string and sets javasciptOK and cssOK following the rules described below.Classorg.apache.turbine.utilApache Turbine
CSVParserCSVParser is used to parse a stream with comma-separated values and generate ParameterParser objects which can be used toClassorg.apache.turbine.util.parserApache Turbine
CookieParserCookieParser is an interface to a utility to to get and set values of Cookies on the Client Browser.Interfaceorg.apache.turbine.util.parserApache Turbine
DataBackendExceptionThrown to indicate that there was an error accessing the data backend of the SecurityService.Classorg.apache.turbine.util.securityApache Turbine
DataStreamParserDataStreamParser is used to parse a stream with a fixed format and generate ValueParser objects which can be used to extract the valuesClassorg.apache.turbine.util.parserApache Turbine
DataURIThis class can convert a simple link into a turbine relative URL.Classorg.apache.turbine.util.uriApache Turbine
DateSelectorDateSelector is a utility class to handle the creation of a set of date popup menus.Classorg.apache.turbine.utilApache Turbine
DefaultCookieParserCookieParser is used to get and set values of Cookies on the Client Browser.Classorg.apache.turbine.util.parserApache Turbine
DefaultParameterParserDefaultParameterParser is a utility object to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.Classorg.apache.turbine.util.parserApache Turbine
DynamicURIThis creates a Dynamic URI for use within the Turbine system If you use this class to generate all of your href tags as wellClassorg.apache.turbine.utilApache Turbine
EntityExistsExceptionThrown upon an attempt to create an User,Role,Group or Permission thatVersion:$Id: EntityExistsException.Classorg.apache.turbine.util.securityApache Turbine
FormMessageA message class for holding information about a message that relates to a specific form and field.Classorg.apache.turbine.utilApache Turbine
FormMessagesUsed for adding and accessing messages that relate to a specific form and field.Classorg.apache.turbine.utilApache Turbine
GenerateUniqueIdThis class generates a unique 10+ character id.Classorg.apache.turbine.utilApache Turbine
GroupSetThis class represents a set of Groups.Classorg.apache.turbine.util.securityApache Turbine
HtmlPageAttributesTemplate context tool that can be used to set various attributes of a HTML page.Classorg.apache.turbine.util.templateApache Turbine
HttpUtilsThis class provides utilities for handling some semi-trivial HTTP stuff that would othterwise be handled elsewhere.Classorg.apache.turbine.utilApache Turbine
InitableRecyclableAn interface for objects that can be pooled and recycled several times by different clients.Interfaceorg.apache.turbine.util.poolApache Turbine
InputFilterUtilsSome filter methods that have been orphaned in the Screen class.Classorg.apache.turbine.utilApache Turbine
ObjectInputStreamForContextA deserialization stream for a specific class loader context.Classorg.apache.turbine.util.poolApache Turbine
ObjectUtilsThis is where common Object manipulation routines should go.Classorg.apache.turbine.utilApache Turbine
ParameterParserParameterParser is an interface to a utility to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.Interfaceorg.apache.turbine.util.parserApache Turbine
ParserUtilsStatic helpers for folding fields to upper or lower caseVersion:$Id: ParserUtils.Classorg.apache.turbine.util.parserApache Turbine
PasswordMismatchExceptionThrown to indicate that the password supplied by user was incorrect.Classorg.apache.turbine.util.securityApache Turbine
PermissionSetThis class represents a set of Permissions.Classorg.apache.turbine.util.securityApache Turbine
RecyclableAn interface for objects that can be pooled and recycled several times by different clients.Interfaceorg.apache.turbine.util.poolApache Turbine
RecyclableSupportA support class for recyclable objects implementing default methods.Classorg.apache.turbine.util.poolApache Turbine
RoleSetThis class represents a set of Roles.Classorg.apache.turbine.util.securityApache Turbine
RunDataRunData is an interface to run-time information that is passed within Turbine.Interfaceorg.apache.turbine.utilApache Turbine
SecurityCheckUtility for doing security checks in Screens and Actions.Classorg.apache.turbine.utilApache Turbine
SecuritySetThis class represents a set of Security Entities.Classorg.apache.turbine.util.securityApache Turbine
SelectorBoxThis class is for generating a SelectorBox.Classorg.apache.turbine.util.templateApache Turbine
ServerDataHolds basic server information under which Turbine is running.Classorg.apache.turbine.utilApache Turbine
ServletUtilsThis is where common Servlet manipulation routines should go.Classorg.apache.turbine.utilApache Turbine
SystemErrorUsed for wrapping system errors (exceptions) that may occur in theVersion:$Id: SystemError.Classorg.apache.turbine.utilApache Turbine
TSVParserTSVParser is used to parse a stream with tab-separated values and generate ParameterParser objects which can be used toClassorg.apache.turbine.util.parserApache Turbine
TemplateInfoThis is a wrapper for Template specific information.Classorg.apache.turbine.util.templateApache Turbine
TemplateNavigationReturns output of a Navigation module.Classorg.apache.turbine.util.templateApache Turbine
TemplateScreenReturns output of a Screen module.Classorg.apache.turbine.util.templateApache Turbine
TemplateSecurityCheckUtility class to help check for proper authorization when using template screens.Classorg.apache.turbine.util.templateApache Turbine
TemplateURIThis class allows you to keep all the information needed for a single link at one place.Classorg.apache.turbine.util.uriApache Turbine
TimeSelectorTimeSelector is a utility class to handle the creation of a set of time drop-down menus.Classorg.apache.turbine.utilApache Turbine
TurbineAccessControlListThis is a control class that makes it easy to find out if a particular User has a given Permission.Classorg.apache.turbine.util.securityApache Turbine
TurbineConfigA class used for initialization of Turbine without a servlet container.Classorg.apache.turbine.utilApache Turbine
TurbineExceptionThe base class of all exceptions thrown by Turbine.Classorg.apache.turbine.utilApache Turbine
TurbineMapBuilderDefault Builder for Database/Table/Column Maps within the Turbine System.Classorg.apache.turbine.util.db.mapApache Turbine
TurbineRuntimeExceptionThis is a base class of runtime exeptions thrown by Turbine.Classorg.apache.turbine.utilApache Turbine
TurbineSecurityExceptionThrown by SecurityService methods to indicate various problems.Classorg.apache.turbine.util.securityApache Turbine
TurbineURIThis class allows you to keep all the information needed for a single link at one place.Classorg.apache.turbine.util.uriApache Turbine
TurbineXmlConfigA class used for initialization of Turbine without a servlet container.Classorg.apache.turbine.utilApache Turbine
URIAn interface class which describes the absolute minimum of methods that a Turbine URI class must implement.Interfaceorg.apache.turbine.util.uriApache Turbine
URIConstantsThis interface contains all the constants that are always needed whenVersion:$Id: URIConstants.Interfaceorg.apache.turbine.util.uriApache Turbine
URIParamHelper Class to keep a key and a value together in one object.Classorg.apache.turbine.util.uriApache Turbine
URIUtilsBundles a few static routines concerning URIs, that you will need all the time.Classorg.apache.turbine.util.uriApache Turbine
UnknownEntityExceptionThrown to indicate that the User,Role,Group or Permission that was requested does not exist.Classorg.apache.turbine.util.securityApache Turbine
ValueParserValueParser is a base interface for classes that need to parse name/value Parameters, for example GET/POST data or CookiesInterfaceorg.apache.turbine.util.parserApache Turbine
VelocityActionEventIf you are using VelocitySite stuff, then your Action's should extend this class instead of extending the ActionEvent class.Classorg.apache.turbine.util.velocityApache Turbine
VelocityEmailThis is a simple class for sending email from within Velocity.Classorg.apache.turbine.util.velocityApache Turbine
VelocityEmailExceptionThis exception is thrown if a VelocityEmail/VelocityHtmlEmail can not be sent using JavaMail.Classorg.apache.turbine.util.velocityApache Turbine
VelocityHtmlEmailThis is a simple class for sending html email from within Velocity.Classorg.apache.turbine.util.velocityApache Turbine