|
Milyn-Tinak Version 0.6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.milyn.servlet.DeviceProfiler
J2EE Servlet Device Profiler class.
The DeviceProfiler is controlled by 2 Servlet Configuration parameters (SeeServletParamUtils.getParameterValue(String, ServletConfig)
).
These are:
ProfileConfigDigester
implementation responsible for converting the profile stream into a ProfileStore
.
This parameter defaults to DefaultProfileConfigDigester
.
Constructor Summary | |
DeviceProfiler()
|
Method Summary | |
protected static ProfileSet |
getDeviceProfile(java.lang.String deviceName,
javax.servlet.ServletConfig config)
Get the ProfileSet for the named device. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeviceProfiler()
Method Detail |
protected static ProfileSet getDeviceProfile(java.lang.String deviceName, javax.servlet.ServletConfig config)
deviceName
- The name of the device for which a ProfileSet is sought.config
- Servlet config used to load the profile configuration.
|
Milyn-Tinak Version 0.6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |