org.apache.tiles.evaluator.el.TilesContextELResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tiles-el Show documentation
Show all versions of tiles-el Show documentation
Tiles EL (Expression Language) support: Classes and tag libraries to use EL as an expression language in attribute expressions.
/*
* $Id: TilesContextELResolver.java 816924 2009-09-19 13:45:40Z apetrelli $
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.tiles.evaluator.el;
import org.apache.tiles.TilesApplicationContext;
import org.apache.tiles.context.TilesRequestContext;
/**
* Resolves properties of {@link TilesRequestContext} and
* {@link TilesApplicationContext}.
*
* @version $Rev: 816924 $ $Date: 2009-09-19 15:45:40 +0200(sab, 19 set 2009) $
* @since 2.1.0
* @deprecated Use {@link TilesContextELResolver}.
*/
public class TilesContextELResolver extends
org.apache.tiles.el.TilesContextELResolver {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy