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

B

BooleanScalar - class org.szegedi.expose.model.BooleanScalar.
Provides singleton template models for representing boolean values.

C

clear() - Method in class org.szegedi.collection.IdentityHashMap
Removes all mappings from this map.
clone() - Method in class org.szegedi.collection.IdentityHashMap
Returns a shallow copy of this IdentityHashMap instance: the keys and values themselves are not cloned.
containsKey(Object) - Method in class org.szegedi.collection.IdentityHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.szegedi.collection.IdentityHashMap
Returns true if this map maps one or more keys to the specified value.
create(Class) - Static method in class org.szegedi.expose.model.StaticModel
Creates a model representing the static fields and methods of the passed class.
createCache() - Method in class org.szegedi.expose.servlet.ExposeServlet
 
createRequestParametersHashModel(HttpServletRequest) - Method in class org.szegedi.expose.servlet.ExposeServlet
 

D

debug - Variable in class org.szegedi.expose.servlet.ExposeServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.szegedi.expose.servlet.ExposeServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.szegedi.expose.servlet.ExposeServlet
 

E

EMPTY_SCALAR - Static variable in class org.szegedi.expose.model.Models
A singleton empty scalar.
entrySet() - Method in class org.szegedi.collection.IdentityHashMap
Returns a collection view of the mappings contained in this map.
exec(List) - Method in class org.szegedi.expose.model.ResourceBundleHashModel
Takes first argument as a resource key, looks up a string in resource bundle with this key, then applies a MessageFormat.format on the string with the rest of the arguments.
exec(List) - Method in class org.szegedi.expose.model.ReflectionMapModel
The first argument is used as a key to call the map's get method.
exec(List) - Method in class org.szegedi.expose.model.ReflectionArrayModel
The first argument of the list is interpreted as an array index (it can be either a Number, or a String containing parseable integer).
exec(List) - Method in class org.szegedi.expose.model.ReflectionMethodModel
Invokes the method, passing it the arguments from the list.
ExposeServlet - class org.szegedi.expose.servlet.ExposeServlet.
This is a general-purpose Freemarker servlet with following features: It utilizes a TemplateCache that is fully parametrizable It makes all request, request parameters, session, and servlet context attributes available to templates through "Request", "RequestParameters", "Session", and "Application" variables.
ExposeServlet() - Constructor for class org.szegedi.expose.servlet.ExposeServlet
 

F

FALSE - Static variable in class org.szegedi.expose.model.BooleanScalar
TemplateScalarModel for representing boolean false value
format(String, Object[]) - Method in class org.szegedi.expose.model.ResourceBundleHashModel
Provides direct access to caching format engine from code (instead of from script).

G

get(int) - Method in class org.szegedi.expose.model.ReflectionEnumerationModel
Throws an UnsupportedOperationException as enumeration elements can not be accessed at random.
get(int) - Method in class org.szegedi.expose.model.ReflectionIteratorModel
Throws an UnsupportedOperationException as iterator elements can not be accessed at random.
get(int) - Method in class org.szegedi.expose.model.ReflectionMapModel
Throws an UnsupportedOperationException as map entry set elements can not be accessed at random.
get(int) - Method in class org.szegedi.expose.model.ReflectionArrayModel
Retrieves an array element by its index, wrapped into an appropriate template model.
get(int) - Method in class org.szegedi.expose.model.ReflectionCollectionModel
If the contained collection is a list, returns its element by position, wrapped into appropriate template model.
get(Object) - Method in class org.szegedi.collection.IdentityHashMap
Returns the value to which this map maps the specified key.
get(String) - Method in class org.szegedi.expose.model.ReflectionObjectModel
Uses Beans introspection to locate a property or method with name matching the key name.
get(String) - Method in class org.szegedi.expose.model.StaticModels
Returns a StaticModel for the fully qualified class name passed as the key.
get(String) - Method in class org.szegedi.expose.model.ResourceBundleHashModel
Retrieves the object with specified key from resource bundle, and returns it wrapped in an appropriate TemplateModel.
get(String) - Method in class org.szegedi.expose.model.StaticModel
Returns the field or method named by the key parameter.
get(String) - Method in class org.szegedi.expose.model.ReflectionRootModel
Returns ReflectionUtilities.wrap(map.get(key)) where map is the underlying map.
get(String) - Method in class org.szegedi.expose.model.ReflectionArrayModel
If the key can be parsed by the java.lang.Integer#parseInt(java.lang.String) method into an array index, the array element at the parsed index is returned.
get(String) - Method in class org.szegedi.expose.servlet.HttpSessionHashModel
 
get(String) - Method in class org.szegedi.expose.servlet.ServletContextHashModel
 
get(String) - Method in class org.szegedi.expose.servlet.HttpRequestParametersHashModel
 
get(String) - Method in class org.szegedi.expose.servlet.HttpRequestHashModel
 
getAsObject() - Method in class org.szegedi.expose.model.ReflectionScalarModel
Invokes the wrapped method, returns its return value.
getAsString() - Method in class org.szegedi.expose.model.ReflectionObjectModelBase
Returns either the toString() of the wrapped object or the string "null", if the wrapped object is null.
getAsString() - Method in class org.szegedi.expose.model.ReflectionScalarModel
Calls the wrapped method, and calls toString() on its return value.
getAsString() - Method in class org.szegedi.expose.model.BooleanScalar
"true" for the TRUE singleton, "false" for the FALSE singleton.
getBoolean(Object) - Static method in class org.szegedi.expose.model.BooleanScalar
Returns true if the passed object is the TRUE singleton.
getBooleanObject(Object) - Static method in class org.szegedi.expose.model.BooleanScalar
Returns Boolean.TRUE if the passed object is the TRUE singleton, otherwise returns Boolean.FALSE.
getBundle() - Method in class org.szegedi.expose.model.ResourceBundleHashModel
 
getInstance(Collection) - Static method in class org.szegedi.expose.model.ReflectionCollectionModel
Returns a model wrapping the specified collection object.
getInstance(Enumeration) - Static method in class org.szegedi.expose.model.ReflectionEnumerationModel
Returns a model wrapping the specified enumeration object.
getInstance(Iterator) - Static method in class org.szegedi.expose.model.ReflectionIteratorModel
Returns a model wrapping the specified iterator object.
getInstance(Map) - Static method in class org.szegedi.expose.model.ReflectionMapModel
Returns a model wrapping the specified map object.
getInstance(Object) - Static method in class org.szegedi.expose.model.ReflectionObjectModel
Returns a model wrapping the specified object.
getInstance(Object) - Static method in class org.szegedi.expose.model.ReflectionArrayModel
Returns a model wrapping the specified array object.
getInstance(ResourceBundle) - Static method in class org.szegedi.expose.model.ResourceBundleHashModel
Returns a model wrapping the specified resource bundle object.
getInstance(String) - Static method in class org.szegedi.expose.model.ReflectionObjectModelBase
Returns a model wrapping the specified String object.
getObject() - Method in class org.szegedi.expose.model.ReflectionObjectModelBase
Returns the wrapped object.
getScalar(boolean) - Static method in class org.szegedi.expose.model.BooleanScalar
Returns the boolean singleton TemplateScalarModel appropriate for representing the specified boolean value.
getScalar(Boolean) - Static method in class org.szegedi.expose.model.BooleanScalar
Returns the boolean singleton TemplateScalarModel appropriate for representing the specified boolean value.
getType() - Method in class org.szegedi.expose.model.ReflectionObjectModelBase
Returns the type of this object (which is TYPE_OBJECT_BASE)
getType() - Method in class org.szegedi.expose.model.ReflectionObjectModel
Returns the type of this object (which is TYPE_OBJECT)
getType() - Method in class org.szegedi.expose.model.ReflectionEnumerationModel
Returns the type of this object (which is TYPE_ENUMERATION)
getType() - Method in class org.szegedi.expose.model.ResourceBundleHashModel
Returns the type of this object (which is TYPE_RESOURCE_BUNDLE)
getType() - Method in class org.szegedi.expose.model.ReflectionIteratorModel
Returns the type of this object (which is TYPE_ITERATOR)
getType() - Method in class org.szegedi.expose.model.ReflectionMapModel
Returns the type of this object (which is TYPE_MAP)
getType() - Method in class org.szegedi.expose.model.ReflectionArrayModel
Returns the type of this object (which is TYPE_ARRAY)
getType() - Method in class org.szegedi.expose.model.ReflectionCollectionModel
Returns the type of this object (which is TYPE_COLLECTION)

H

hasNext() - Method in class org.szegedi.expose.model.ReflectionEnumerationModel
Calls Iterator.hasNext().
hasNext() - Method in class org.szegedi.expose.model.ReflectionIteratorModel
Calls Iterator.hasNext().
hasNext() - Method in class org.szegedi.expose.model.ReflectionMapModel
Calls Iterator.hasNext().
hasNext() - Method in class org.szegedi.expose.model.ReflectionArrayModel
True if the list pointer is not past the last element of the array
hasNext() - Method in class org.szegedi.expose.model.ReflectionCollectionModel
Calls Iterator.hasNext().
HttpRequestHashModel - class org.szegedi.expose.servlet.HttpRequestHashModel.
TemplateHashModel wrapper for a HttpServletRequest attributes.
HttpRequestHashModel(HttpServletRequest) - Constructor for class org.szegedi.expose.servlet.HttpRequestHashModel
 
HttpRequestParametersHashModel - class org.szegedi.expose.servlet.HttpRequestParametersHashModel.
TemplateHashModel wrapper for a HttpServletRequest parameters.
HttpRequestParametersHashModel(HttpServletRequest) - Constructor for class org.szegedi.expose.servlet.HttpRequestParametersHashModel
 
HttpSessionHashModel - class org.szegedi.expose.servlet.HttpSessionHashModel.
TemplateHashModel wrapper for a HttpSession attributes.
HttpSessionHashModel(HttpSession) - Constructor for class org.szegedi.expose.servlet.HttpSessionHashModel
 

I

IdentityHashMap - class org.szegedi.collection.IdentityHashMap.
Modified version of HashMap from JDK 1.3 that uses System#identityHashCode(Object) for hashing, and reference comparison instead of Object.equals(Object).
IdentityHashMap() - Constructor for class org.szegedi.collection.IdentityHashMap
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
IdentityHashMap(int) - Constructor for class org.szegedi.collection.IdentityHashMap
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
IdentityHashMap(int, float) - Constructor for class org.szegedi.collection.IdentityHashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
IdentityHashMap(Map) - Constructor for class org.szegedi.collection.IdentityHashMap
Constructs a new map with the same mappings as the given map.
init() - Method in class org.szegedi.expose.servlet.ExposeServlet
 
initializeServletContext(HttpServletRequest, HttpServletResponse) - Method in class org.szegedi.expose.servlet.ExposeServlet
Called when servlet detects in a request processing that application-global (that is, ServletContext-specific) attributes are not yet set.
initializeSession(HttpServletRequest, HttpServletResponse) - Method in class org.szegedi.expose.servlet.ExposeServlet
Called when servlet detects in a request processing that session-global (that is, HttpSession-specific) attributes are not yet set.
INSTANCE - Static variable in class org.szegedi.expose.model.StaticModels
The single instance of the class.
isEmpty() - Method in class org.szegedi.collection.IdentityHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.szegedi.expose.model.ReflectionObjectModelBase
Tells whether the model is empty.
isEmpty() - Method in class org.szegedi.expose.model.ReflectionEnumerationModel
Returns enumeration == null || !
isEmpty() - Method in class org.szegedi.expose.model.StaticModels
 
isEmpty() - Method in class org.szegedi.expose.model.ResourceBundleHashModel
Returns true if this bundle contains no objects.
isEmpty() - Method in class org.szegedi.expose.model.ReflectionIteratorModel
Returns iterator == null || !
isEmpty() - Method in class org.szegedi.expose.model.StaticModel
Returns true if there is at least one public static field or method in the underlying class.
isEmpty() - Method in class org.szegedi.expose.model.ReflectionMapModel
Returns true if the underlying map is empty.
isEmpty() - Method in class org.szegedi.expose.model.ReflectionRootModel
Returns map.isEmpty() where map is the underlying map.
isEmpty() - Method in class org.szegedi.expose.model.ReflectionArrayModel
Returns true if the wrapped array is null, or its length is 0.
isEmpty() - Method in class org.szegedi.expose.model.ReflectionCollectionModel
Returns true if the underlying collection contains no elements.
isEmpty() - Method in class org.szegedi.expose.model.ReflectionScalarModel
Returns true only if the property value is a null, or a Boolean with false value.
isEmpty() - Method in class org.szegedi.expose.model.BooleanScalar
Returns true if this is the FALSE object.
isEmpty() - Method in class org.szegedi.expose.model.ReflectionMethodModel
Returns true if the wrapped method's return type is void.
isEmpty() - Method in class org.szegedi.expose.servlet.HttpSessionHashModel
 
isEmpty() - Method in class org.szegedi.expose.servlet.ServletContextHashModel
 
isEmpty() - Method in class org.szegedi.expose.servlet.HttpRequestParametersHashModel
 
isEmpty() - Method in class org.szegedi.expose.servlet.HttpRequestHashModel
 
isRewound() - Method in class org.szegedi.expose.model.ReflectionEnumerationModel
True if the iterator's next method has not been called since last rewind, or since the object creation.
isRewound() - Method in class org.szegedi.expose.model.ReflectionIteratorModel
True if the iterator's next method has not been called since last rewind, or since the object creation.
isRewound() - Method in class org.szegedi.expose.model.ReflectionMapModel
Always return false to force calling rewind.
isRewound() - Method in class org.szegedi.expose.model.ReflectionArrayModel
True if the list pointer points to the first element of the array
isRewound() - Method in class org.szegedi.expose.model.ReflectionCollectionModel
Always return false to force calling rewind.
isScalar(Class) - Static method in class org.szegedi.expose.model.ReflectionUtilities
Determines whether the object of this class should be wrapped into a SimpleScalar (true), or into a descendant of ReflectionObjectModelBase (false).
isScalar(Object) - Static method in class org.szegedi.expose.model.ReflectionUtilities
Determines whether the object should be wrapped into a SimpleScalar (true), or into a descendant of ReflectionObjectModelBase (false).

K

keySet() - Method in class org.szegedi.collection.IdentityHashMap
Returns a set view of the keys contained in this map.

L

listSize() - Method in class org.szegedi.expose.model.ReflectionEnumerationModel
Throws an UnsupportedOperationException as enumeration size is unknown
listSize() - Method in class org.szegedi.expose.model.ReflectionIteratorModel
Throws an UnsupportedOperationException as iterator size is unknown
listSize() - Method in class org.szegedi.expose.model.ReflectionMapModel
Returns a Simple scalar with a string containing the decimal representation of the map size.
listSize() - Method in class org.szegedi.expose.model.ReflectionArrayModel
Returns a Simple scalar with a string containing the decimal representation of the array size.
listSize() - Method in class org.szegedi.expose.model.ReflectionCollectionModel
Returns a Simple scalar with a string containing the decimal representation of the array size.

M

Models - class org.szegedi.expose.model.Models.
Various predefined singleton models.

N

next() - Method in class org.szegedi.expose.model.ReflectionEnumerationModel
Calls Iterator.next().
next() - Method in class org.szegedi.expose.model.ReflectionIteratorModel
Calls Iterator.next().
next() - Method in class org.szegedi.expose.model.ReflectionMapModel
Calls Iterator.next() and wraps the returned Map.Entry into a template model.
next() - Method in class org.szegedi.expose.model.ReflectionArrayModel
Returns the array element at the list pointer, advances list pointer by one
next() - Method in class org.szegedi.expose.model.ReflectionCollectionModel
Calls Iterator.next().

O

org.szegedi.collection - package org.szegedi.collection
 
org.szegedi.expose.model - package org.szegedi.expose.model
Provides various model implementations for Freemarker: reflection models, resource bundle model, and singleton boolean models. Most of the issues dealing with reflection are handled by the ReflectionUtilities.wrap(Object)and StaticModel.create(Class) methods.
org.szegedi.expose.servlet - package org.szegedi.expose.servlet
Provides a generic purpose servlet that generates dynamic response using Freemarker. @author Attila Szegedi, attila@szegedi.org

P

postTemplateProcess(HttpServletRequest, HttpServletResponse, Template, TemplateModelRoot) - Method in class org.szegedi.expose.servlet.ExposeServlet
Called after the execution returns from template.process().
preTemplateProcess(HttpServletRequest, HttpServletResponse, Template, TemplateModelRoot) - Method in class org.szegedi.expose.servlet.ExposeServlet
Called before the execution is passed to template.process().
put(Object, Object) - Method in class org.szegedi.collection.IdentityHashMap
Associates the specified value with the specified key in this map.
put(String, TemplateModel) - Method in class org.szegedi.expose.model.ReflectionRootModel
Puts the specified template model into the map.
putAll(Map) - Method in class org.szegedi.collection.IdentityHashMap
Copies all of the mappings from the specified map to this one.

R

ReflectionArrayModel - class org.szegedi.expose.model.ReflectionArrayModel.
A class that will wrap an arbitrary array into TemplateHashModel, TemplateMethodModel, and TemplateListModel interfaces.
ReflectionArrayModel(Object) - Constructor for class org.szegedi.expose.model.ReflectionArrayModel
Creates a new model that wraps the specified array object.
ReflectionCollectionModel - class org.szegedi.expose.model.ReflectionCollectionModel.
A special case of ReflectionObjectModel that adds implementation for TemplateListModel on collection objects.
ReflectionCollectionModel(Collection) - Constructor for class org.szegedi.expose.model.ReflectionCollectionModel
Creates a new model that wraps the specified collection object.
ReflectionEnumerationModel - class org.szegedi.expose.model.ReflectionEnumerationModel.
A class that adds TemplateListModel functionality to the Iterator interface implementers.
ReflectionEnumerationModel(Enumeration) - Constructor for class org.szegedi.expose.model.ReflectionEnumerationModel
Creates a new model that wraps the specified enumeration object.
ReflectionIteratorModel - class org.szegedi.expose.model.ReflectionIteratorModel.
A class that adds TemplateListModel functionality to the Iterator interface implementers.
ReflectionIteratorModel(Iterator) - Constructor for class org.szegedi.expose.model.ReflectionIteratorModel
Creates a new model that wraps the specified iterator object.
ReflectionMapModel - class org.szegedi.expose.model.ReflectionMapModel.
A special case of ReflectionObjectModel that adds implementation for TemplateListModel and TemplateMethodModel on map objects.
ReflectionMapModel(Map) - Constructor for class org.szegedi.expose.model.ReflectionMapModel
Creates a new model that wraps the specified map object.
ReflectionMethodModel - class org.szegedi.expose.model.ReflectionMethodModel.
A class that will wrap a reflected method call into a TemplateMethodModel interface.
ReflectionMethodModel(Object, Method) - Constructor for class org.szegedi.expose.model.ReflectionMethodModel
Creates a model for a specific method on a specific object.
ReflectionObjectModel - class org.szegedi.expose.model.ReflectionObjectModel.
A class that will wrap an arbitrary object into TemplateHashModel interface.
ReflectionObjectModel(Object) - Constructor for class org.szegedi.expose.model.ReflectionObjectModel
Creates a new model that wraps the specified object.
ReflectionObjectModelBase - class org.szegedi.expose.model.ReflectionObjectModelBase.
Base class for all classes that wrap objects into template models.
ReflectionRootModel - class org.szegedi.expose.model.ReflectionRootModel.
A wrapper for an arbitrary map that will expose it as a TemplateModelRoot.
ReflectionRootModel() - Constructor for class org.szegedi.expose.model.ReflectionRootModel
Creates a new model with its own internal map.
ReflectionRootModel(Map) - Constructor for class org.szegedi.expose.model.ReflectionRootModel
Creates a new model that adds TemplateModelRoot behavior to the passed map.
ReflectionScalarModel - class org.szegedi.expose.model.ReflectionScalarModel.
A class that will wrap a reflected parameterless method call into a TemplateScalarModel interface.
ReflectionScalarModel(Object, Method) - Constructor for class org.szegedi.expose.model.ReflectionScalarModel
Creates a new model.
ReflectionUtilities - class org.szegedi.expose.model.ReflectionUtilities.
Utility class that provides generic services to reflection classes.
remove(Object) - Method in class org.szegedi.collection.IdentityHashMap
Removes the mapping for this key from this map if present.
remove(String) - Method in class org.szegedi.expose.model.ReflectionRootModel
Removes the template model with the specified key from the map.
ResourceBundleHashModel - class org.szegedi.expose.model.ResourceBundleHashModel.
A hash model that wraps a resource bundle.
ResourceBundleHashModel(ResourceBundle) - Constructor for class org.szegedi.expose.model.ResourceBundleHashModel
 
rewind() - Method in class org.szegedi.expose.model.ReflectionEnumerationModel
Throws an UnsupportedOperationException as enumeration cannot be rewound
rewind() - Method in class org.szegedi.expose.model.ReflectionIteratorModel
If the iterator is a ListIterator, rewinds it to the first position.
rewind() - Method in class org.szegedi.expose.model.ReflectionMapModel
Creates a new iterator on the map's entry set that will be used to implement other TemplateListModel methods.
rewind() - Method in class org.szegedi.expose.model.ReflectionArrayModel
Rewinds the list pointer to the first element of the array
rewind() - Method in class org.szegedi.expose.model.ReflectionCollectionModel
Creates a new iterator on the collection that will be used to implement other TemplateListModel methods.

S

serialVersionUID - Static variable in class org.szegedi.collection.IdentityHashMap
 
serialVersionUID - Static variable in class org.szegedi.expose.servlet.ExposeServlet
 
ServletContextHashModel - class org.szegedi.expose.servlet.ServletContextHashModel.
TemplateHashModel wrapper for a ServletContext attributes.
ServletContextHashModel(ServletContext) - Constructor for class org.szegedi.expose.servlet.ServletContextHashModel
 
size() - Method in class org.szegedi.collection.IdentityHashMap
Returns the number of key-value mappings in this map.
StaticModel - class org.szegedi.expose.model.StaticModel.
Wraps the static fields and methods of a class in a TemplateHashModel.
StaticModels - class org.szegedi.expose.model.StaticModels.
Utility class for instantiating StaticModel instances from templates.

T

transcode(String) - Method in class org.szegedi.expose.servlet.HttpRequestParametersHashModel
 
TRUE - Static variable in class org.szegedi.expose.model.BooleanScalar
TemplateScalarModel for representing boolean true value
TYPE_ARRAY - Static variable in class org.szegedi.expose.model.ReflectionObjectModelBase
Returned from ReflectionObjectModelBase.getType() if the object is a ReflectionArrayModel
TYPE_COLLECTION - Static variable in class org.szegedi.expose.model.ReflectionObjectModelBase
Returned from ReflectionObjectModelBase.getType() if the object is a ReflectionCollectionModel
TYPE_ENUMERATION - Static variable in class org.szegedi.expose.model.ReflectionObjectModelBase
Returned from ReflectionObjectModelBase.getType() if the object is a ReflectionEnumerationModel
TYPE_ITERATOR - Static variable in class org.szegedi.expose.model.ReflectionObjectModelBase
Returned from ReflectionObjectModelBase.getType() if the object is a ReflectionIteratorModel
TYPE_MAP - Static variable in class org.szegedi.expose.model.ReflectionObjectModelBase
Returned from ReflectionObjectModelBase.getType() if the object is a ReflectionMapModel
TYPE_OBJECT - Static variable in class org.szegedi.expose.model.ReflectionObjectModelBase
Returned from ReflectionObjectModelBase.getType() if the object is a ReflectionObjectModel
TYPE_OBJECT_BASE - Static variable in class org.szegedi.expose.model.ReflectionObjectModelBase
Returned from ReflectionObjectModelBase.getType() if the object is a ReflectionObjectModelBase
TYPE_RESOURCE_BUNDLE - Static variable in class org.szegedi.expose.model.ReflectionObjectModelBase
Returned from ReflectionObjectModelBase.getType() if the object is a ResourceBundleHashModel

U

unwrap(Object) - Static method in class org.szegedi.expose.model.ReflectionUtilities
Attempts to unwrap a model into underlying object.

V

values() - Method in class org.szegedi.collection.IdentityHashMap
Returns a collection view of the values contained in this map.

W

WRAP_AS_OBJECT - Static variable in class org.szegedi.expose.model.ReflectionUtilities
Use in the wrap() method to override logic for determining whether the parameter should be wrapped as a TemplateScalarModel or as a TemplateHashModel, and force wrapping into hash model.
WRAP_AS_SCALAR - Static variable in class org.szegedi.expose.model.ReflectionUtilities
Use in the wrap() method to override logic for determining whether the parameter should be wrapped as a TemplateScalarModel or as a TemplateHashModel, and force wrapping into scalar.
wrap(Object) - Static method in class org.szegedi.expose.model.ReflectionUtilities
Wraps the object with a template model that is most specific for the object's class.
wrap(Object, boolean) - Static method in class org.szegedi.expose.model.ReflectionUtilities
Wraps the object with a template model that is most specific for the object's class, just as ReflectionUtilities.wrap(Object) would, however it can force wrapping into scalar.

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